Skip to content

Commit

Permalink
fix(deployment): update the Block import
Browse files Browse the repository at this point in the history
  • Loading branch information
baktun14 authored Dec 3, 2024
1 parent 1ff13b2 commit 5db9f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/src/chain/repositories/block.repository.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Block } from "@akashnetwork/database/dbSchemas/base";
import { Block } from "@akashnetwork/database/dbSchemas";
import { singleton } from "tsyringe";

@singleton()
Expand Down

0 comments on commit 5db9f02

Please sign in to comment.