Make enums action option enums const and fix linter issues.
This commit is contained in:
@ -51,7 +51,7 @@ export class AlpacaExchange implements Exchange {
|
||||
|
||||
this.portfolioProvider = new AlpacaPortfolioProvider(this.alpaca);
|
||||
this.quoteProvider = new AlpacaQuoteProvider(this.alpaca);
|
||||
this.actionProvider = undefined!;
|
||||
this.actionProvider = null!;
|
||||
|
||||
this.name = 'Alpaca';
|
||||
}
|
||||
|
Reference in New Issue
Block a user