remove some unused import
This commit is contained in:
parent
bcfc442cca
commit
9e633c3440
@ -1,8 +1,6 @@
|
|||||||
import { getModelForClass, index, modelOptions, prop } from '@typegoose/typegoose'
|
import { getModelForClass, index, modelOptions, prop } from '@typegoose/typegoose'
|
||||||
import { dbconn } from 'decorators/dbconn'
|
import { dbconn } from 'decorators/dbconn'
|
||||||
import { BaseModule } from './Base'
|
import { BaseModule } from './Base'
|
||||||
import { FtHolder } from './FtHodler'
|
|
||||||
import { ZERO_ADDRESS } from 'common/Constants'
|
|
||||||
|
|
||||||
@dbconn()
|
@dbconn()
|
||||||
@index({ address: 1, chain: 1 }, { unique: false })
|
@index({ address: 1, chain: 1 }, { unique: false })
|
||||||
|
@ -2,7 +2,6 @@ import { getModelForClass, index, modelOptions, prop } from '@typegoose/typegoos
|
|||||||
import { dbconn } from 'decorators/dbconn'
|
import { dbconn } from 'decorators/dbconn'
|
||||||
import { BaseModule } from './Base'
|
import { BaseModule } from './Base'
|
||||||
import { NftHolder } from './NftHolder'
|
import { NftHolder } from './NftHolder'
|
||||||
import { ZERO_ADDRESS } from 'common/Constants'
|
|
||||||
|
|
||||||
@dbconn()
|
@dbconn()
|
||||||
@index({ address: 1, chain: 1 }, { unique: false })
|
@index({ address: 1, chain: 1 }, { unique: false })
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
import { getModelForClass, DocumentType, modelOptions, mongoose, prop, Severity, index } from '@typegoose/typegoose'
|
import { getModelForClass, DocumentType, modelOptions, mongoose, prop, Severity } from '@typegoose/typegoose'
|
||||||
import { BlockChain } from 'chain/BlockChain'
|
import { BlockChain } from 'chain/BlockChain'
|
||||||
import { dbconn } from 'decorators/dbconn'
|
import { dbconn } from 'decorators/dbconn'
|
||||||
import logger from 'logger/logger'
|
import logger from 'logger/logger'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user