remiders 로그 수정

This commit is contained in:
Dev TWIN0906
2025-05-15 16:55:27 +09:00
parent 8a48949f15
commit e04a35013b
2 changed files with 4 additions and 3 deletions

View File

@@ -590,7 +590,7 @@ export const LOG_CONTEXT_NAME = {
SHOW: "shoptime.show",
SHOPBYMOBILE: "shoptime.shopbymobile",
GNB: "shoptime.gnb",
DETAILPAGE: "shoptime.detailpage",
REMINDER: "shoptime.reminder",
MYPAGE: "shoptime.mypage",
};
@@ -604,5 +604,6 @@ export const LOG_MESSAGE_ID = {
SMB: "AL_SBM",
GNB: "AL_GNB_CLICK",
BUTTONCLICK: "AL_BUTTON_CLICK",
TOGGLE_CLICK: "AL_TOGGLE_CLICK",
MYPAGE_DELETE: "AL_MYPAGE_DELETE",
};