forked from AkkomaGang/akkoma-fe
remove unnecessary anonymous function
This commit is contained in:
parent
e4e3a28838
commit
e6291e4ee1
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