You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We were sending 2 responses every time someone issued the `/review`
command, even if they were only recording a response for one question.
For example:
```
/review #happy-frog -c 99
```
Would cause game-cli to send 2 responses to the game service one for the
completness question with the responseParams `['99']`, and another for the quality
question with the responseParams `[null]`
Fixes#80
@bundacia commented on Wed Jul 27 2016
I tried submitting completeness and quality scores separately and got a error each time. But then my review was actually saved successfully.
The text was updated successfully, but these errors were encountered: