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

このコミットが含まれているのは:
lain 2020-01-27 14:18:15 +00:00
コミット cb205036f9
1個のファイルの変更1行の追加1行の削除

ファイルの表示

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