migrations: fix ctx type.

This commit is contained in:
Nodari Chkuaselidze 2025-04-01 11:40:59 +04:00
parent a32e1df6f6
commit 3ff53996a4
No known key found for this signature in database
GPG key ID: B018A7BB437D1F05

View file

@ -38,7 +38,7 @@ class AbstractMigration {
/**
* Run the actual migration
* @param {Batch} b
* @param {MigrationContext} [ctx]
* @param {MigrationContext} ctx
* @returns {Promise}
*/