fix: remove unused parameter in step method

prototype-migrate-ux
Daniel Schmidt 2 months ago
parent 062034180d
commit 35e69e685e
No known key found for this signature in database
GPG Key ID: 377C3A4D62FBBBE2

@ -131,7 +131,7 @@ func (c *MigrateApplyCommand) dryRun(view views.MigrateApply, id string, results
return 0
}
func (c *MigrateApplyCommand) step(view views.MigrateApply, dir string, m migrate.Migration, results []migrate.SubMigrationResult) int {
func (c *MigrateApplyCommand) step(view views.MigrateApply, dir string, _ migrate.Migration, results []migrate.SubMigrationResult) int {
totalChanges := 0
allFiles := map[string]bool{}

Loading…
Cancel
Save