mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Remove FX patch from this PR
This commit is contained in:
@@ -278,8 +278,8 @@ class FunctionsV1
|
||||
'time' => 0,
|
||||
]);
|
||||
|
||||
if(false === $execution || ($execution instanceof Document && $execution->isEmpty())) {
|
||||
throw new Exception('Failed to create or read execution');
|
||||
if(false === $execution) {
|
||||
throw new Exception('Failed to create execution');
|
||||
}
|
||||
|
||||
Authorization::reset();
|
||||
|
||||
Reference in New Issue
Block a user