mirror of
https://github.com/matrix-org/dendrite.git
synced 2026-01-01 03:03:10 -06:00
Fix linter issue
This commit is contained in:
parent
2a17fb6992
commit
5cf5d1c22c
|
|
@ -119,7 +119,7 @@ func (s *accountDataStatements) SelectAccountDataInRange(
|
|||
var dataType string
|
||||
var roomID string
|
||||
var id types.StreamPosition
|
||||
|
||||
|
||||
for rows.Next() {
|
||||
if err = rows.Scan(&id, &roomID, &dataType); err != nil {
|
||||
return
|
||||
|
|
|
|||
Loading…
Reference in a new issue