DeFiCh/jellyfish

View on GitHub
apps/playground-api/src/bots/VaultBot.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function run has 41 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  @Interval(6000)
  async run (): Promise<void> {
    if (this.vaultId === undefined) {
      this.vaultId = await this.client.loan.createVault({
        loanSchemeId: 'MIN150',
Severity: Minor
Found in apps/playground-api/src/bots/VaultBot.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status