1
0
Fork 0
mirror of synced 2024-07-05 14:40:42 +12:00

Run Linter

This commit is contained in:
Bradley Schofield 2023-10-13 16:23:20 +01:00
parent 9cb1cf418c
commit d4b53e5014

View file

@ -216,7 +216,7 @@ App::post('/v1/migrations/firebase')
if (!isset($serviceAccountData['project_id']) || !isset($serviceAccountData['client_email']) || !isset($serviceAccountData['private_key'])) {
throw new Exception(Exception::MIGRATION_PROVIDER_ERROR, 'Invalid Service Account JSON');
}
$migration = $dbForProject->createDocument('migrations', new Document([
'$id' => ID::unique(),
'status' => 'pending',