Apply suggestion to src/services/api/api.service.js

This commit is contained in:
lain 2020-01-27 14:18:15 +00:00
parent e4e3a28838
commit cb205036f9
1 changed files with 1 additions and 1 deletions

View File

@ -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 }) => {