Skip to content

Commit

Permalink
🔨 match with current development branch
Browse files Browse the repository at this point in the history
  • Loading branch information
idinium96 committed Mar 4, 2021
1 parent cee3bfd commit 1ac70b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/Bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export default class Bot {

private ready = false;

constructor(public botManager: BotManager, public options: Options, private priceSource: Pricer) {
constructor(public readonly botManager: BotManager, public options: Options, private priceSource: Pricer) {
this.botManager = botManager;

this.schema = this.botManager.getSchema;
Expand Down

0 comments on commit 1ac70b7

Please sign in to comment.