forked from AkkomaGang/akkoma-fe
Apply suggestion to src/services/api/api.service.js
This commit is contained in:
parent
e4e3a28838
commit
cb205036f9
1 changed files with 1 additions and 1 deletions
|
@ -894,7 +894,7 @@ const reactWithEmoji = ({ id, emoji, credentials }) => {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
credentials,
|
credentials,
|
||||||
payload: { emoji }
|
payload: { emoji }
|
||||||
}).then(status => parseStatus(status))
|
}).then(parseStatus)
|
||||||
}
|
}
|
||||||
|
|
||||||
const unreactWithEmoji = ({ id, emoji, credentials }) => {
|
const unreactWithEmoji = ({ id, emoji, credentials }) => {
|
||||||
|
|
Loading…
Reference in a new issue