Update migrations.php

This commit is contained in:
Bradley Schofield
2023-07-21 11:48:03 +01:00
parent badbc649a0
commit a1e4df666a
+1 -1
View File
@@ -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,