Skip to content

Commit 0d00e8e

Browse files
committed
fix: js file extension for some integrations
1 parent c87c4d2 commit 0d00e8e

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

packages/analytics-js-common/src/constants/integrations/XPixel/constants.js renamed to packages/analytics-js-common/src/constants/integrations/XPixel/constants.ts

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ const DISPLAY_NAME = 'XPixel';
55
const DISPLAY_NAME_TO_DIR_NAME_MAP = { [DISPLAY_NAME]: DIR_NAME };
66
const CNameMapping = {
77
[NAME]: NAME,
8-
XPIXEL: NAME,
98
XPixel: NAME,
109
Xpixel: NAME,
1110
xpixel: NAME,

0 commit comments

Comments
 (0)