Weird lint error.

This commit is contained in:
Daniel Aloni 2023-02-27 17:22:56 +02:00
parent 0d9f37f427
commit c40555c836

View file

@ -105,7 +105,9 @@ func (s *accountDataStatements) SelectAccountDataInRange(
filter.Senders, filter.NotSenders,
filter.Types, filter.NotTypes,
[]string{}, nil, filter.Limit, FilterOrderAsc)
if err != nil {
return
}
rows, err := stmt.QueryContext(ctx, params...)
if err != nil {
return