From 79c935bba8a574db90e0d595ba3403f4fa837d7e Mon Sep 17 00:00:00 2001 From: Brian DeRocher Date: Tue, 26 Nov 2024 23:04:51 -0500 Subject: [PATCH] whitespace --- src/stores/userStore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/userStore.ts b/src/stores/userStore.ts index b03761b..1389067 100644 --- a/src/stores/userStore.ts +++ b/src/stores/userStore.ts @@ -9,7 +9,7 @@ const anonymous = { export const useUserStore = defineStore('user', { actions: { addSticker(sticker) { - this.user.stickers.push(sticker); + this.user.stickers.push(sticker); }, async login(username: string, password: string) { const response = await fetch(