mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-02-03 21:30:20 -07:00
Fix bug
This commit is contained in:
parent
a5fea663f1
commit
1cd75bfeb8
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
Progress.start();
|
Progress.start();
|
||||||
|
|
||||||
const fetched = false;
|
let fetched = false;
|
||||||
|
|
||||||
// チャンネル概要読み込み
|
// チャンネル概要読み込み
|
||||||
this.api('channels/show', {
|
this.api('channels/show', {
|
||||||
|
|
Loading…
Reference in a new issue