Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
MOZGIII committed Nov 6, 2024
1 parent 8374253 commit 411d2c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/registerMetrics.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ApiPromise } from "@polkadot/api";
import { Gauge } from "prom-client";
import { countPaginated } from "./utils";
import { countPaginated } from "./utils.js";

export default (api: ApiPromise) => {
if (typeof api?.query?.session?.validators === "function") {
Expand Down

0 comments on commit 411d2c6

Please sign in to comment.