1
0
Fork 0
mirror of synced 2024-10-05 20:44:47 +13:00

Missing next().

This commit is contained in:
mike12345567 2024-06-10 23:11:53 +01:00
parent 553c2186b1
commit d0736cbe9e

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)