Some minor bug fixes

This commit is contained in:
2026-08-25 18:37:42 +02:00
parent 46d4702471
commit 0d4b159ab3
17 changed files with 42 additions and 49 deletions
+1 -1
View File
@@ -147,7 +147,7 @@
this.feed.checkNewFeed();
this.sending = false;
})
.catch((sDesc) => {
.catch(() => {
this.sending = false;
});
}