Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
Fix dandelion_api: min_confidence
Browse files Browse the repository at this point in the history
Signed-off-by: denim2x <[email protected]>
  • Loading branch information
denim2x committed Mar 15, 2019
1 parent 2eba834 commit 9213f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let dandelion_api = request
.type('json')
.query({
token: process.env.DANDELION_TOKEN,
min_confidence: '0.21'
min_confidence: '0.28'
});

let graph_api = request
Expand Down

0 comments on commit 9213f1b

Please sign in to comment.