프로모션 뱃지 할인금액으로 수정

This commit is contained in:
opacity@t-win.kr
2025-08-08 14:13:49 +09:00
parent 0525290989
commit f95557c57c
3 changed files with 38 additions and 10 deletions

View File

@@ -212,7 +212,6 @@ export const postLog = (params, url) => (dispatch, getState) => {
*/
export const sendLogDeepLinkFlag = (params) => (dispatch, getState) => {
const { deeplinkId, flag } = params;
dispatch(postLog({ deeplinkId, flag }, URLS.LOG_DEEPLINK));
};