Skip to content

Commit

Permalink
Redo fixed (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
raoptimus authored Mar 1, 2024
1 parent 6249c8b commit d7516e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/migration.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ func (m *Migration) Migrations(ctx context.Context, limit int) (entity.Migration
if limit < 1 {
limit = defaultLimit
}
migrations, err := m.repo.Migrations(ctx, limit+baseMigrationsCount)
migrations, err := m.repo.Migrations(ctx, limit)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit d7516e1

Please sign in to comment.