mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-05-03 04:09:30 +08:00
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',
|
||||
credentials,
|
||||
payload: { emoji }
|
||||
}).then(status => parseStatus(status))
|
||||
}).then(parseStatus)
|
||||
}
|
||||
|
||||
const unreactWithEmoji = ({ id, emoji, credentials }) => {
|
||||
|
|
Loading…
Reference in a new issue