Skip to content

Commit

Permalink
test in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
vasemkin committed Jan 31, 2024
1 parent 4143d34 commit f391192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/bot/src/settings/settings.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export class SettingsService {
constructor(private configService: ConfigService) {
this.mockDB = {
tradingMode: parseStrategy(this.configService.get('TRADING_MODE')),
usdBudget: this.configService.get('USD_BUDGET') ?? '10',
usdBudget: this.configService.get('NX_USD_BUDGET') ?? '10',
}
}

Expand Down

0 comments on commit f391192

Please sign in to comment.