mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
error no params
This commit is contained in:
@@ -374,8 +374,8 @@ class Migrations extends Action
|
||||
$log->addTag('migrationErrors', json_encode($errorMessages));
|
||||
}
|
||||
} finally {
|
||||
$destination->error($migration);
|
||||
$source->error($migration);
|
||||
$destination->error();
|
||||
$source->error();
|
||||
|
||||
if (! $tempAPIKey->isEmpty()) {
|
||||
$this->removeAPIKey($tempAPIKey);
|
||||
|
||||
Reference in New Issue
Block a user