minor stuff

you can't remove yourself anymore
This commit is contained in:
Isaac (eartharoid)
2020-09-07 10:01:29 +01:00
parent 97524f2c15
commit 7c5ba65b0e
3 changed files with 3 additions and 2 deletions

View File

@@ -153,6 +153,7 @@ module.exports.export = (Ticket, channel) => new Promise((resolve, reject) => {
resolve(res.url);
}).catch(e => {
log.warn(e);
return resolve(e);
});
});