This commit is contained in:
Andrés Martano 2020-01-25 12:54:19 +00:00 committed by GitHub
parent 97a40033d6
commit ecabc962ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -258,7 +258,7 @@ router.postAsync('/blacklist/delete', passport.loggedIn, async (req, res) => {
throw new APIError('EMAIL argument is required', 400);
}
await blacklist.remove(req.oontext, input.EMAIL);
await blacklist.remove(req.context, input.EMAIL);
res.json({
data: []