Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #9221 from brave/re-enable-worker
Browse files Browse the repository at this point in the history
Re enable worker
  • Loading branch information
bsclifton committed Jun 4, 2017
1 parent 91dd48b commit a4ecb42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/ledger.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ const clientOptions = {
loggingP: process.env.LEDGER_LOGGING,
rulesTestP: process.env.LEDGER_RULES_TESTING,
verboseP: process.env.LEDGER_VERBOSE,
server: process.env.LEDGER_SERVER_URL
server: process.env.LEDGER_SERVER_URL,
createWorker: app.createWorker
}

var doneTimer
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"keytar": "^3.0.0",
"l20n": "^3.5.1",
"ledger-balance": "^0.9.0",
"ledger-client": "^0.9.17",
"ledger-client": "^0.9.18",
"ledger-geoip": "^0.9.0",
"ledger-publisher": "^0.9.4",
"lru-cache": "^1.0.0",
Expand Down

0 comments on commit a4ecb42

Please sign in to comment.