diff --git a/state/device_list_table.go b/state/device_list_table.go index d1ab0b8..889081e 100644 --- a/state/device_list_table.go +++ b/state/device_list_table.go @@ -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) {