From a61728602d201016d11fb03e09389fc03501559c Mon Sep 17 00:00:00 2001 From: Brian DeRocher Date: Tue, 26 Nov 2024 22:58:23 -0500 Subject: [PATCH] whitespace --- src/stores/stickerStore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/stickerStore.ts b/src/stores/stickerStore.ts index 7790cf2..d764d87 100644 --- a/src/stores/stickerStore.ts +++ b/src/stores/stickerStore.ts @@ -38,7 +38,7 @@ export const useStickerStore = defineStore('sticker', { owner: user.username, } this.put(this.sticker.uuid); - const userStore = useUserStore(); + const userStore= useUserStore(); userStore.addSticker(this.sticker); }, },