Skip to content

Commit f5673f3

Browse files
committed
fix
1 parent bd26c2f commit f5673f3

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
@@ -142,7 +142,7 @@ export function runFunc(fnPath = "", params = [], global = {}) {
142142

143143
export async function trackEvent(scriptId) {
144144
console.log("trackEvent", scriptId, version);
145-
return;
145+
// return;
146146
try {
147147
let res = await fetch(
148148
// "http://localhost:3000/count",

0 commit comments

Comments
 (0)