Merge pull request #6478 from appwrite/fix-realtime-logs

Fix: realtime logs
This commit is contained in:
Eldad A. Fux
2023-10-04 11:45:58 +03:00
committed by GitHub
+1 -1
View File
@@ -113,7 +113,7 @@ class Executor
) {
$timeout = (int) App::getEnv('_APP_FUNCTIONS_BUILD_TIMEOUT', 900);
$runtimeId = "$projectId-$deploymentId";
$runtimeId = "$projectId-$deploymentId-build";
$route = "/runtimes/{$runtimeId}/logs";
$params = [
'timeout' => $timeout