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({
|
ops.push({
|
||||||
op: "MoveItem",
|
op: "MoveItem",
|
||||||
timeslotitemid: item.timeslotitemid,
|
timeslotitemid: item.timeslotitemid,
|
||||||
oldchannel: colIndex,
|
oldchannel: item.channel,
|
||||||
channel: colIndex,
|
channel: item.channel,
|
||||||
oldweight: item.weight,
|
oldweight: item.weight,
|
||||||
weight: itemIndex,
|
weight: itemIndex,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue