Skip to content

Commit 97a18ac

Browse files
committed
.
1 parent 55d2807 commit 97a18ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/background-scripts/background-script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const global = {
6767
},
6868
async updateScriptClickCount(scriptId) {
6969
console.log("updateScriptClickCount", scriptId);
70-
return;
70+
// return;
7171
try {
7272
let res = await fetch(
7373
"https://useful-script-statistic.glitch.me/count",

0 commit comments

Comments
 (0)