Linting improvements
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user