Skip to content

Commit 29555e0

Browse files
committed
Remove accidentally added const
1 parent ac9e469 commit 29555e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/analytics/src/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export const DYNAMIC_CONFIG_URL =
2626

2727
export const GTAG_URL = 'https://www.googletagmanager.com/gtag/js';
2828

29-
export const enum GtagCommand {
29+
export enum GtagCommand {
3030
EVENT = 'event',
3131
SET = 'set',
3232
CONFIG = 'config'
@@ -38,7 +38,7 @@ export const enum GtagCommand {
3838
*
3939
* @public
4040
*/
41-
export const enum EventName {
41+
export enum EventName {
4242
ADD_SHIPPING_INFO = 'add_shipping_info',
4343
ADD_PAYMENT_INFO = 'add_payment_info',
4444
ADD_TO_CART = 'add_to_cart',

0 commit comments

Comments
 (0)