Merge pull request #52 from smyalygames/main

fix(arabot): remove completion message
This commit is contained in:
Anthony 2022-07-30 03:42:14 +01:00 committed by GitHub
commit 72673be8e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,7 +113,7 @@ export class purgeVerifyingCommand extends Command {
} }
}, apiTimeout * i); }, apiTimeout * i);
} }
/* Disabled due to invalid webhook token - most likely expired
// Set the timeout for the completion // Set the timeout for the completion
setTimeout( setTimeout(
async () => { async () => {
@ -121,5 +121,6 @@ export class purgeVerifyingCommand extends Command {
}, },
apiTimeout * verVeganLength, apiTimeout * verVeganLength,
); );
*/
} }
} }