Merge pull request #227 from UniversityRadioYork/marks/repair-unfailed
Fix "repair failed"
This commit is contained in:
commit
590bf88410
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue