Skip to content

Commit

Permalink
break it
Browse files Browse the repository at this point in the history
  • Loading branch information
marickvantuil2 authored Jan 29, 2024
1 parent b913ede commit 6b283e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TaskHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function __construct(CloudTasksClient $client)
public function handle(?string $task = null): void
{
// test
$task = $this->captureTask($task);
$task = $this->captureTask2($task);

$this->loadQueueConnectionConfiguration($task);

Expand Down

0 comments on commit 6b283e3

Please sign in to comment.