Skip to content

Commit

Permalink
fix: missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
hieronx committed Jun 11, 2024
1 parent cc6497a commit 5f27952
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mappings/handlers/blockHandlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import {
TrancheSnapshot,
} from '../../types/models'
import { AssetPositionService } from '../services/assetPositionService'
import { bnToBn } from '@polkadot/util'

const timekeeper = TimekeeperService.init()

Expand Down

0 comments on commit 5f27952

Please sign in to comment.