missing { data } extraction
This commit is contained in:
parent
6c4f6dcd05
commit
a39d3b1b56
23 changed files with 44 additions and 48 deletions
|
|
@ -601,7 +601,7 @@ export const useAdminSettingsStore = defineStore('adminSettings', {
|
|||
}).then(({ data }) => data)
|
||||
},
|
||||
deleteEmojiPack({ name }) {
|
||||
return createEmojiPack({
|
||||
return deleteEmojiPack({
|
||||
name,
|
||||
credentials: useOAuthStore().token,
|
||||
}).then(({ data }) => data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue