Skip to content

Commit

Permalink
Merge pull request #35 from derogab/dev
Browse files Browse the repository at this point in the history
Bug fix
  • Loading branch information
derogab authored Aug 30, 2020
2 parents ccd7b14 + 584f836 commit 5febe54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion daemon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coingraph-daemon",
"version": "1.1.3",
"version": "1.1.4",
"author": "derogab",
"description": "A daemon for coingraph",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion daemon/routes/socket.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = function(db, io, app, config) {

var historical_data = db.get('cryptocurrencies').find(cryptocurrency).value().data;

io.emit('historical-data', fix(cryptocurrency, historical_data));
client.emit('historical-data', fix(cryptocurrency, historical_data));

}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coingraph",
"version": "1.1.3",
"version": "1.1.4",
"author": "derogab",
"description": "A real-time graph for cryptocurrencies",
"license": "MIT",
Expand Down

0 comments on commit 5febe54

Please sign in to comment.