Revert "Fix lint warning about ignored err assignment"

This reverts commit a4c410b81f.
This commit is contained in:
Brian Meek 2023-02-07 17:14:16 -08:00
parent 04d272d32a
commit c47b088eda

View file

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