Skip to content

Commit

Permalink
Merge branch 'dev' into feat/skip-deletion-case
Browse files Browse the repository at this point in the history
  • Loading branch information
Pangssu authored Dec 24, 2024
2 parents 8b71da5 + 3572e8a commit fdc01dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migration/migrator.go
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ func (m *StateMigrator) waitForMigrationReady(target *types.Header) {
}
return
case <-m.ctx.Done():
break
return
}
}
}

0 comments on commit fdc01dc

Please sign in to comment.