Remove spurious return

This commit is contained in:
Kegan Dougal 2024-05-17 17:10:05 +01:00
parent af1f34861e
commit 35c9fd4d95

View File

@ -87,7 +87,6 @@ func (t *DeviceListTable) UpsertTx(txn *sqlx.Tx, userID, deviceID string, device
} }
} }
return nil return nil
return
} }
func (t *DeviceListTable) Select(userID, deviceID string, swap bool) (result internal.MapStringInt, err error) { func (t *DeviceListTable) Select(userID, deviceID string, swap bool) (result internal.MapStringInt, err error) {