Fix loop early exit

This commit is contained in:
Rory Powell 2022-01-28 11:32:28 +00:00
parent 76075e4295
commit e001376e6d
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ const runMigration = async (CouchDB, migration, options = {}) => {
) )
} else { } else {
// the migration has already been performed // the migration has already been performed
return continue
} }
} }