whitespace
This commit is contained in:
parent
236578ea8c
commit
a61728602d
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue