Linting improvements

This commit is contained in:
Jackson Harper
2023-10-17 16:03:38 +08:00
parent 97cb8d3af7
commit d450bdd8e6
3 changed files with 9 additions and 1 deletions

View File

@ -189,7 +189,7 @@ export const queueManager = Sentry.GCPFunction.wrapHttpFunction(
async (req, res) => {
try {
if (req.query['check']) {
checkMetricsAndPauseQueues()
await checkMetricsAndPauseQueues()
}
res.send('ok')
} catch (e) {