Skip to content

Commit

Permalink
fix: don't use the operator-info
Browse files Browse the repository at this point in the history
  • Loading branch information
siiky committed Sep 26, 2024
1 parent 2066f4e commit 8d58fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/trader.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ const Trader = function (clientCert, connectionInfo, dataPath, relayedModel) {
this.terms = false
this.termsHash = null
this.dataPath = dataPath
this.operatorInfo = operatorInfo.load(dataPath)
this.operatorInfo = { active: false }
this.areThereAvailablePromoCodes = null
this.timezone = null
this.urlsToPing = []
Expand Down

0 comments on commit 8d58fb2

Please sign in to comment.