We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4c4b6c commit ac072a7Copy full SHA for ac072a7
src/TaskHandler.php
@@ -50,7 +50,7 @@ public function handle(?string $task = null): void
50
51
$this->setQueue();
52
53
- if (!empty($this->config['app_engine'])) {
+ if (empty($this->config['app_engine'])) {
54
OpenIdVerificator::verify(request()->bearerToken(), $this->config);
55
}
56
0 commit comments