test, deleted system alert
This commit is contained in:
@@ -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);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user