diff --git a/app/controllers/api/migrations.php b/app/controllers/api/migrations.php index 7feb5a3a7d..e5b7c69775 100644 --- a/app/controllers/api/migrations.php +++ b/app/controllers/api/migrations.php @@ -473,7 +473,7 @@ App::post('/v1/migrations/nhost') 'status' => 'pending', 'stage' => 'init', 'source' => json_encode([ - 'type' => NHost::getName(),, + 'type' => NHost::getName(), 'subdomain' => $subdomain, 'region' => $region, 'adminSecret' => $adminSecret,