TLog key 값 오타 수정

This commit is contained in:
dongyoungKo
2025-05-14 10:15:29 +09:00
parent 24cddaba95
commit a70c749425

View File

@@ -1,7 +1,7 @@
import axios from 'axios';
import axios from "axios";
import { createQueryString } from '../utils/helperMethods';
import { getUrl } from './apiConfig';
import { createQueryString } from "../utils/helperMethods";
import { getUrl } from "./apiConfig";
export const TLogEvent = (
dispatch,
@@ -50,9 +50,9 @@ export const TLogEvent = (
...params,
countryCode: cntryCd,
deviceId: dvcId,
devicePlatformversion: dvcTp,
devicePlatformVersion: dvcTp,
platformCode: platCd,
platfromVersion: prodCd,
platformVersion: prodCd,
appVersion,
deviceEulaFlag,
salesModelCode,