mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-10 08:33:08 +02:00
Fix bug
This commit is contained in:
parent
b65e038686
commit
e221d410e0
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