Skip to content

Commit

Permalink
Adjust chord-monitor.js to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsujio committed Jul 6, 2014
1 parent 4622f39 commit ea3cb1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chord-monitor.js
Expand Up @@ -201,7 +201,7 @@
value = JSON.parse(value);
} catch (e) {
}
chord.insert(key, value, function(error) {
chord.insert(key, value, function(id, error) {
if (error) {
console.log("Failed to insert entry: " + error);
}
Expand Down

0 comments on commit ea3cb1f

Please sign in to comment.