mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
chore: review comments
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user