Remove artifact (#2636)

This commit is contained in:
Bruce Berrios 2022-03-04 20:10:46 -05:00 committed by GitHub
parent 1df8388e2d
commit f479e87c16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -175,7 +175,6 @@ class UserController {
const { tagId } = req.params;
await UsersDAO.removeTagPb(uid, tagId);
[];
return new MonkeyResponse("Tag PB cleared");
}