test, deleted system alert

This commit is contained in:
younghoon100.park
2024-07-01 11:09:04 +09:00
parent 4cd88f7e98
commit 5c09f89959
2 changed files with 3 additions and 3 deletions

View File

@@ -399,7 +399,7 @@ export const deleteReservation = (scheduleIdList) => (dispatch) => {
};
export const searchReservation = (showId) => (dispatch) => {
lunaSend.searchReservation({
lunaSend.searchReservation(showId, {
onSuccess: (res) => {
console.log(res);
let items = [];

View File

@@ -270,9 +270,9 @@ export const deleteReservation = (scheduleIdList) => {
});
};
export const searchReservation = () => {
export const searchReservation = (showId) => {
if (typeof window === "object" && !window.PalmSystem) {
console.log("LUNA SEND searchReservation");
console.log("LUNA SEND searchReservation showId", showId);
return;
}