Skip to content

Commit

Permalink
chore: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
baktun14 committed Nov 21, 2024
1 parent ee397c4 commit 953cf95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { BlockHttpService as BlockHttpServiceCommon } from "@akashnetwork/http-s
import { singleton } from "tsyringe";

import { Memoize } from "@src/caching/helpers";
import { averageBlockTime } from "@src/utils/constants";
import { BlockRepository } from "@src/chain/repositories/block.repository";
import { averageBlockTime } from "@src/utils/constants";

@singleton()
export class BlockHttpService {
Expand Down

0 comments on commit 953cf95

Please sign in to comment.