chore: review comments

This commit is contained in:
Christy Jacob
2023-08-08 14:46:06 +04:00
parent 632934d57d
commit 556bbdfac3
-9
View File
@@ -21,15 +21,6 @@
onMount(() => {
loading.set(false);
// Check if user already viewed cloud hackathon page
// if (isCloud) {
// const viewed = localStorage.getItem('cloud-hackathon-viewed');
// if (viewed !== data.account.$id) {
// localStorage.setItem('cloud-hackathon-viewed', data.account.$id);
// goto('/hackathon');
// }
// }
setInterval(() => {
checkForFeedback(INTERVAL);
}, INTERVAL);