Skip to content

Commit

Permalink
rm network di
Browse files Browse the repository at this point in the history
  • Loading branch information
canonbrother committed Nov 24, 2023
1 parent bb0e6f9 commit 7bf7598
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions apps/whale-api/src/module.api/debug.controller.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
import { Controller, ForbiddenException, Get, Inject } from '@nestjs/common'
import { NetworkName } from '@defichain/jellyfish-network'
import { Controller, ForbiddenException, Get } from '@nestjs/common'
import { Database } from '../module.database/database'

@Controller('/debug')
export class DebugController {
constructor (
protected readonly database: Database,
@Inject('NETWORK') protected readonly network: NetworkName
protected readonly database: Database
) {
}

Expand Down

0 comments on commit 7bf7598

Please sign in to comment.