Skip to content

Commit 4dc59b7

Browse files
author
hoang.tran12
committed
tracking
1 parent fd163fa commit 4dc59b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/helpers/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export function runFunc(fnPath = "", params = [], global = {}) {
135135

136136
export async function trackEvent(scriptId) {
137137
console.log("trackEvent", scriptId, version);
138-
return;
138+
// return;
139139
try {
140140
let res = await fetch(
141141
// "http://localhost:3000/count",

0 commit comments

Comments
 (0)