mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-16 18:43:10 -06:00
Revert "Fix lint warning about ignored err assignment"
This reverts commit a4c410b81f.
This commit is contained in:
parent
04d272d32a
commit
c47b088eda
|
|
@ -106,9 +106,6 @@ func (s *accountDataStatements) SelectAccountDataInRange(
|
|||
filter.Types, filter.NotTypes,
|
||||
[]string{}, nil, filter.Limit, FilterOrderAsc)
|
||||
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
rows, err := stmt.QueryContext(ctx, params...)
|
||||
if err != nil {
|
||||
return
|
||||
|
|
|
|||
Loading…
Reference in a new issue