Skip to content

Commit ac51bbf

Browse files
author
hoang.tran12
committed
.
1 parent 0dd71be commit ac51bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/helpers/utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ export function runFunc(fnPath = "", params = [], global = {}) {
133133

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

0 commit comments

Comments
 (0)