mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 01:18:37 +00:00
PR review changes
This commit is contained in:
parent
ea35b6226d
commit
536319b440
1 changed files with 2 additions and 2 deletions
|
|
@ -74,7 +74,7 @@ class Executor
|
|||
$route = "/runtimes";
|
||||
|
||||
// Remove after migration
|
||||
if ($version == 'v3' || $version === 'v4') {
|
||||
if ($version === 'v3' || $version === 'v4') {
|
||||
$version = 'v5';
|
||||
}
|
||||
|
||||
|
|
@ -201,7 +201,7 @@ class Executor
|
|||
$route = '/runtimes/' . $runtimeId . '/executions';
|
||||
|
||||
// Remove after migration
|
||||
if ($version == 'v3' || $version === 'v4') {
|
||||
if ($version === 'v3' || $version === 'v4') {
|
||||
$version = 'v5';
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue