Missing next().
This commit is contained in:
parent
553c2186b1
commit
d0736cbe9e
|
@ -42,7 +42,7 @@ export async function checkMissingMigrations(
|
||||||
|
|
||||||
// no migrations set - edge case, don't try to do anything
|
// no migrations set - edge case, don't try to do anything
|
||||||
if (!latestMigration) {
|
if (!latestMigration) {
|
||||||
return
|
return next()
|
||||||
}
|
}
|
||||||
|
|
||||||
const currentVersion = await getAppMigrationVersion(appId)
|
const currentVersion = await getAppMigrationVersion(appId)
|
||||||
|
|
Loading…
Reference in New Issue