Merge pull request #227 from UniversityRadioYork/marks/repair-unfailed

Fix "repair failed"
This commit is contained in:
Marks Polakovs 2021-04-29 17:50:13 +01:00 committed by GitHub
commit 590bf88410
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -554,8 +554,8 @@ export const getShowplan = (timeslotId: number): AppThunk => async (
ops.push({
op: "MoveItem",
timeslotitemid: item.timeslotitemid,
oldchannel: colIndex,
channel: colIndex,
oldchannel: item.channel,
channel: item.channel,
oldweight: item.weight,
weight: itemIndex,
});