test, deleted system alert

This commit is contained in:
younghoon100.park
2024-07-01 14:58:05 +09:00
parent 3d903fc860
commit a475620aae
3 changed files with 23 additions and 23 deletions

View File

@@ -85,7 +85,7 @@ export const setMainLiveUpcomingAlarm = (props) => (dispatch, getState) => {
contentTarget: `V3_8002_Tv_FB_${patnrId}`,
},
showId: showId,
chinId: chanId,
chanId: chanId,
},
};
@@ -107,16 +107,16 @@ export const setMainLiveUpcomingAlarm = (props) => (dispatch, getState) => {
onSuccess: (res) => {
console.log("LUNA SEND searchReservation success", res);
dispatch(
deleteReservation(res, {
onSuccess: (r) => {
console.log(r);
},
onFailure: (e) => {
console.log(e);
},
})
);
// dispatch(
// deleteReservation(res, {
// onSuccess: (r) => {
// console.log(r);
// },
// onFailure: (e) => {
// console.log(e);
// },
// })
// );
},
onFailure: (err) => {
console.log("LUNA SEND searchReservation failed", err);