Skip to content

Commit c9f9786

Browse files
committed
Return taskID
1 parent aacc519 commit c9f9786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/WorkerJS/PHPClient/HTTPClientTask.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function sendTask() {
3636
$taskResponse = $this->sendRequest($url, $payload);
3737

3838
$this->client->getTaskStore()->setTask($taskResponse["taskID"], $this);
39-
return $taskResponse;
39+
return $taskResponse["taskID"];
4040
}
4141

4242
/**

0 commit comments

Comments
 (0)