test, deleted system alert

This commit is contained in:
younghoon100.park
2024-07-01 13:35:15 +09:00
parent 109238b5b2
commit 9af4df86d5
4 changed files with 21 additions and 14 deletions

View File

@@ -40,6 +40,7 @@ export const getMainLiveShow = (props) => (dispatch, getState) => {
export const setMainLiveUpcomingAlarm = (props) => (dispatch, getState) => {
const {
alamDispFlag,
chanId,
endDt,
patnrId,
patncNm,
@@ -84,6 +85,7 @@ export const setMainLiveUpcomingAlarm = (props) => (dispatch, getState) => {
contentTarget: `V3_8002_Tv_FB_${patnrId}`,
},
showId: showId,
chinId: chanId,
},
};
@@ -101,7 +103,7 @@ export const setMainLiveUpcomingAlarm = (props) => (dispatch, getState) => {
//
else if (alamDispFlag === "N") {
dispatch(
searchReservation(showId, {
searchReservation(chanId, {
onSuccess: (res) => {
console.log("LUNA SEND searchReservation success", res);
},