Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
👌Auto commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Broken Rice Films committed Jun 7, 2024
1 parent c8303d0 commit 678826c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/blog/youtube-unsubscriber-all.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ https://www.youtube.com/feed/channels
```js
let i = 0;

let myLet = setInterval(myTimer, 3000);
let touchGrass = setInterval(myTimer, 3000);

function myTimer() {
let els = document
Expand Down

0 comments on commit 678826c

Please sign in to comment.