Skip to content

Commit

Permalink
Remove spurious return
Browse files Browse the repository at this point in the history
  • Loading branch information
kegsay committed May 17, 2024
1 parent af1f348 commit 35c9fd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion state/device_list_table.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ func (t *DeviceListTable) UpsertTx(txn *sqlx.Tx, userID, deviceID string, device
}
}
return nil
return
}

func (t *DeviceListTable) Select(userID, deviceID string, swap bool) (result internal.MapStringInt, err error) {
Expand Down

0 comments on commit 35c9fd4

Please sign in to comment.