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); }, },