Skip to content
This repository was archived by the owner on Jul 25, 2025. It is now read-only.

Commit 4f3bab5

Browse files
committed
Update script.js
1 parent c99d19c commit 4f3bab5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
i = 0;
1+
let i = 0;
22
function setTwitter() {
33
loopOfSubmit();
44
}
@@ -25,4 +25,4 @@ function loopOfSubmit() {
2525
loopOfSubmit();
2626
}
2727
}, 2000);
28-
}
28+
}

0 commit comments

Comments
 (0)