프로모션 뱃지 할인금액으로 수정
This commit is contained in:
@@ -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));
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user