From b340e59a05a9750fe8f2903ebcf2113833f9c59d Mon Sep 17 00:00:00 2001 From: Ryan Bauroth <25bauroth@da.org> Date: Wed, 8 Jan 2025 09:05:31 -0500 Subject: [PATCH] comment removed --- pages/dashboard.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pages/dashboard.vue b/pages/dashboard.vue index 39be367..1d3970d 100644 --- a/pages/dashboard.vue +++ b/pages/dashboard.vue @@ -4,7 +4,7 @@ import PouchDB from 'pouchdb'; import databases, { type TeamInfo } from '~/utils/databases'; import OuterComponents from '~/components/website-utils/OuterComponents.vue'; let syncDisable = ref(false); -// + async function sync() { syncDisable.value = true; await PouchDB.sync( @@ -553,7 +553,12 @@ async function updateTeamData() {
No Events Scheduled