Missing next().

This commit is contained in:
mike12345567 2024-06-10 23:11:53 +01:00
parent 553c2186b1
commit d0736cbe9e
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ export async function checkMissingMigrations(
// no migrations set - edge case, don't try to do anything
if (!latestMigration) {
return
return next()
}
const currentVersion = await getAppMigrationVersion(appId)