Fix linter issue

This commit is contained in:
Till Faelligen 2022-04-26 15:35:23 +02:00
parent 2a17fb6992
commit 5cf5d1c22c

View file

@ -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