Fix loop early exit
This commit is contained in:
parent
76075e4295
commit
e001376e6d
|
@ -61,7 +61,7 @@ const runMigration = async (CouchDB, migration, options = {}) => {
|
|||
)
|
||||
} else {
|
||||
// the migration has already been performed
|
||||
return
|
||||
continue
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue