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