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

Commit

Permalink
add app.createWorker
Browse files Browse the repository at this point in the history
  • Loading branch information
mrose17 committed Mar 30, 2017
1 parent d7c8cac commit 53582b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/ledger.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,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

0 comments on commit 53582b4

Please sign in to comment.