forked from engineering/cloudservices
fix lock issue
parent
08039c6e94
commit
8fea499597
|
@ -33,6 +33,8 @@ export default class Lock extends Command {
|
|||
let processed: boolean = false;
|
||||
if (!momentMilliseconds) processed = true;
|
||||
|
||||
this.client.signale.debug(expiry);
|
||||
this.client.signale.debug(momentMilliseconds);
|
||||
const moderation = new this.client.db.Moderation({
|
||||
username: account.username,
|
||||
userID: account.userID,
|
||||
|
|
Loading…
Reference in New Issue