통합로그 API location 오타 수정

This commit is contained in:
dongyoungKo
2025-06-30 16:04:04 +09:00
parent 24242b44b6
commit 1b86d5d58e
3 changed files with 2 additions and 4 deletions

View File

@@ -136,7 +136,7 @@ export default memo(function TItemCard({
brand: brandName,
price: originalPrice,
discount: discountRate,
locaiton: order,
location: order,
category: catNm,
contentTitle: contentTitle,
curationId: curationId,

View File

@@ -67,7 +67,7 @@ export default function HomeOnSaleItem({
brand: brandName,
price: originalPrice,
discount: discountRate,
locaiton: order,
location: order,
category: catNm,
};
dispatch(sendLogTotalRecommend(params));

View File

@@ -226,7 +226,6 @@ export default function ThemeCurationPanel({ panelInfo, spotlightId }) {
index === currentShelfIndex ||
(index === 0 && currentShelfIndex === 0)
) {
console.log("#item", item);
const params = {
curationId: themeMenuShelfInfo?.curationId,
curationTitle: themeMenuShelfInfo?.curationNm,
@@ -236,7 +235,6 @@ export default function ThemeCurationPanel({ panelInfo, spotlightId }) {
contextName: LOG_CONTEXT_NAME.THEME_CURATION,
messageId: LOG_MESSAGE_ID.SHELF,
};
console.log("###params", params);
dispatch(sendLogTotalRecommend(params));
}
});