Skip to content

Commit

Permalink
chore: 🔧 remove default guest from store
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 committed May 28, 2024
1 parent df0dd59 commit 7a328c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/stores/availabilityStores.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ export const isEditingAvailability = writable<boolean>(false);
export const isStateUnsaved = writable<boolean>(false);

export const guestSession = writable<GuestSession>({
guestName: "awaw",
guestName: "",
meetingId: "",
});

0 comments on commit 7a328c5

Please sign in to comment.