feat: remove sleep I forgot to remove
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful
This commit is contained in:
parent
59c9acdc9e
commit
f44d67212b
1 changed files with 0 additions and 1 deletions
|
@ -114,7 +114,6 @@ onMounted(async () => {
|
||||||
);
|
);
|
||||||
|
|
||||||
console.log("channelid: channel:", channel);
|
console.log("channelid: channel:", channel);
|
||||||
await sleep(3000);
|
|
||||||
loading.value = false;
|
loading.value = false;
|
||||||
console.log("channelid: set loading to false");
|
console.log("channelid: set loading to false");
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue