Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
aditiharini committed Sep 23, 2024
1 parent d9d4045 commit bc032f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/hubble/src/utils/syncHealth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { err, ok, Result } from "neverthrow";
import { MAX_VALUES_RETURNED_PER_SYNC_ID_REQUEST, toTrieNodeMetadataResponse } from "../rpc/server.js";
import SyncEngine from "../network/sync/syncEngine.js";
import { HubInterface } from "hubble.js";
import { logger } from "utils/logger.js";
import { logger } from "./logger.js";

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

0 comments on commit bc032f2

Please sign in to comment.