feat: remove sleep I forgot to remove
All checks were successful
ci/woodpecker/push/build-and-publish Pipeline was successful

This commit is contained in:
SauceyRed 2025-05-29 02:38:18 +02:00
parent 59c9acdc9e
commit f44d67212b
Signed by: sauceyred
GPG key ID: 270B096EF6E9A462

View file

@ -114,7 +114,6 @@ onMounted(async () => {
);
console.log("channelid: channel:", channel);
await sleep(3000);
loading.value = false;
console.log("channelid: set loading to false");
});