Skip to content

Commit

Permalink
v1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
biplobsd committed Jan 17, 2025
1 parent f7d9341 commit 32d4acc
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 42 deletions.
80 changes: 40 additions & 40 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "youtube-subscriptions-transfer",
"version": "1.8.4",
"version": "1.8.5",
"type": "module",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/components/pages/Home.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
}
async function subUnSub(mode = true) {
const un = !mode && "un";
const un = mode ? '' : "un";
if (isRunning) {
return;
}
Expand Down

0 comments on commit 32d4acc

Please sign in to comment.