Skip to content

Commit 3ff5399

Browse files
committed
migrations: fix ctx type.
1 parent a32e1df commit 3ff5399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/migrations/migration.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class AbstractMigration {
3838
/**
3939
* Run the actual migration
4040
* @param {Batch} b
41-
* @param {MigrationContext} [ctx]
41+
* @param {MigrationContext} ctx
4242
* @returns {Promise}
4343
*/
4444

0 commit comments

Comments
 (0)