Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
aditiharini committed Sep 26, 2024
1 parent ae94cb2 commit 7afa1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/hubble/src/network/sync/syncHealthJob.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { bytesToHexString, fromFarcasterTime, Message, UserDataType } from "@far
import { Result } from "neverthrow";
import { SubmitError } from "../../utils/syncHealth.js";
import { SyncId } from "./syncId.js";
import { addressInfoFromGossip, addressInfoToString } from "utils/p2p.js";
import { addressInfoFromGossip, addressInfoToString } from "../../utils/p2p.js";

const log = logger.child({
component: "SyncHealth",
Expand Down

0 comments on commit 7afa1b7

Please sign in to comment.