Skip to content

Commit

Permalink
Update src/server/claimQueue/claimQueueAPI.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sirpy committed Jul 12, 2020
1 parent ed02fad commit dd20d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/claimQueue/claimQueueAPI.js
Expand Up @@ -112,7 +112,7 @@ const setup = (app: Router, storage: StorageAPI) => {
}

log.debug('claimqueue: skip', { claimQueueAllowed, isE2ERunning })
res.json({ ok: 0, queue: { status: 'verified' } })
res.json({ ok: 1, queue: { status: 'verified' } })
})
)
}
Expand Down

0 comments on commit dd20d30

Please sign in to comment.