Skip to content

Commit

Permalink
continue
Browse files Browse the repository at this point in the history
  • Loading branch information
borispoehland committed Sep 18, 2024
1 parent 2517812 commit 7f4914f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/types/collection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -908,8 +908,7 @@ export type CollectionStatsDoc = {
halfYear: TradingDataSummary
year: TradingDataSummary
}
// applied after db call
collectionInfo?: CollectionInfo
collectionInfo: CollectionInfo
id: string
}

Expand Down
1 change: 1 addition & 0 deletions src/types/nft.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ export interface CollectionInfo {
followCount?: number
holdersCount?: number
volume?: number
owner?: string
customConfig?: ICollectionProfile['customConfig']
}

Expand Down

0 comments on commit 7f4914f

Please sign in to comment.