Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit d69457e

Browse files
McSamMcSam
authored andcommitted
remove testing comment
1 parent 3c3aec1 commit d69457e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/gtm.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import AppIdMap from './appIdResolver';
33
import { getTokenList } from './utils/storageManager';
44

55
const GTM = (() => {
6-
const isGtmApplicable = () => /* Object.values(AppIdMap).includes(`${getAppIdFallback()}`) */ true;
6+
const isGtmApplicable = () => Object.values(AppIdMap).includes(`${getAppIdFallback()}`);
77

88
const init = () => {
99
if (isGtmApplicable()) {

0 commit comments

Comments
 (0)