Skip to content

Commit

Permalink
Fix scalar
Browse files Browse the repository at this point in the history
  • Loading branch information
rthor committed Oct 25, 2017
1 parent 11ba352 commit 3c9731b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/process-replies.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

const valueMap = {
'1': -1,
'2': -0.5,
'2': -0.8,
'3': 0,
'4': 0.5,
'4': 0.8,
'5': 1,
'6': null,
};
Expand Down

0 comments on commit 3c9731b

Please sign in to comment.