1
0
Fork 0

whitespace

This commit is contained in:
Brian D 2024-11-26 22:58:23 -05:00
parent 236578ea8c
commit a61728602d

View file

@ -38,7 +38,7 @@ export const useStickerStore = defineStore('sticker', {
owner: user.username, owner: user.username,
} }
this.put(this.sticker.uuid); this.put(this.sticker.uuid);
const userStore = useUserStore(); const userStore= useUserStore();
userStore.addSticker(this.sticker); userStore.addSticker(this.sticker);
}, },
}, },