test, deleted system alert
This commit is contained in:
@@ -398,7 +398,7 @@ export const deleteReservation = (scheduleIdList) => (dispatch) => {
|
||||
});
|
||||
};
|
||||
|
||||
export const searchReservation = (chanId) => (dispatch) => {
|
||||
export const searchReservation = (showId) => (dispatch) => {
|
||||
lunaSend.searchReservation({
|
||||
onSuccess: (res) => {
|
||||
let items = [];
|
||||
@@ -411,7 +411,7 @@ export const searchReservation = (chanId) => (dispatch) => {
|
||||
});
|
||||
});
|
||||
|
||||
let index = items.findIndex((item) => item.chanId === chanId);
|
||||
let index = items.findIndex((item) => item.showId === showId);
|
||||
|
||||
let deletedIdList = [];
|
||||
if (index !== -1) {
|
||||
|
||||
@@ -102,7 +102,7 @@ export const setMainLiveUpcomingAlarm = (props) => (dispatch, getState) => {
|
||||
}
|
||||
//
|
||||
else if (alamDispFlag === "N") {
|
||||
dispatch(searchReservation(chanId));
|
||||
dispatch(searchReservation(showId));
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user