fix emoji copying
This commit is contained in:
parent
cf53cc4e6b
commit
4aa75a278b
1 changed files with 2 additions and 2 deletions
|
|
@ -435,7 +435,7 @@ export const downloadRemoteEmojiPackZIP = ({
|
|||
return promisedRequest({
|
||||
url: EMOJI_PACKS_DL_REMOTE_ZIP_URL,
|
||||
method: 'POST',
|
||||
payload: data,
|
||||
formData: data,
|
||||
})
|
||||
}
|
||||
|
||||
|
|
@ -460,7 +460,7 @@ export const addNewEmojiFile = ({ packName, file, shortcode, filename }) => {
|
|||
return promisedRequest({
|
||||
url: EMOJI_UPDATE_FILE_URL(packName),
|
||||
method: 'POST',
|
||||
payload: data,
|
||||
formData: data,
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue