Skip to content

Commit

Permalink
Update provider.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ytake committed Feb 13, 2024
1 parent b482a8b commit c050583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func (provider *Provider) GetEvents(actorName string, eventIndexStart int, event
provider.tableSchema.SequenceNumber(),
provider.tableSchema.SequenceNumber(),
),
actorName, eventIndexStart, eventIndexEnd)
actorName, eventIndexEnd, eventIndexStart)
if !errors.Is(err, sql.ErrNoRows) && err != nil {
provider.logger.Error(err.Error(), slog.String("actor_name", actorName))
return
Expand Down

0 comments on commit c050583

Please sign in to comment.