mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
feat: fix executor issues
This commit is contained in:
@@ -92,6 +92,7 @@ class Executor
|
||||
string $buildId,
|
||||
string $path,
|
||||
array $vars,
|
||||
string $entrypoint,
|
||||
string $data,
|
||||
string $runtime,
|
||||
string $baseImage,
|
||||
@@ -117,6 +118,7 @@ class Executor
|
||||
'baseImage' => $baseImage,
|
||||
'webhooks' => $webhooks,
|
||||
'userId' => $userId,
|
||||
'entrypoint' => $entrypoint
|
||||
];
|
||||
|
||||
$response = $this->call(self::METHOD_POST, $route, $headers, $params, true, 30);
|
||||
|
||||
Reference in New Issue
Block a user