1
0
Fork 0
mirror of synced 2024-06-10 23:04:45 +12:00

Remove FX patch from this PR

This commit is contained in:
Eldad Fux 2021-01-20 06:47:57 +02:00
parent 6108b7bf9c
commit 467afebd96

View file

@ -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();