Skip to content

Commit

Permalink
add float parser
Browse files Browse the repository at this point in the history
  • Loading branch information
i25959341 committed Jul 2, 2018
1 parent e44b9c2 commit 54b445b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions neo-back/routes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ types.setTypeParser(20, function(val) {
return parseInt(val)
})

types.setTypeParser(1700, 'text', parseFloat);

let cache = apicache.middleware

const pool = new Pool({
Expand Down

0 comments on commit 54b445b

Please sign in to comment.