diff --git a/apps/hubble/src/profile/gossipProfileWorker.js b/apps/hubble/src/profile/gossipProfileWorker.js index 966528059d..d9ef59f316 100644 --- a/apps/hubble/src/profile/gossipProfileWorker.js +++ b/apps/hubble/src/profile/gossipProfileWorker.js @@ -1,4 +1,4 @@ -receivedimport { parentPort, threadId } from "worker_threads"; +import { parentPort, threadId } from "worker_threads"; import { ProfileWorkerAction } from "./gossipProfile.js"; import { Factories } from "@farcaster/hub-nodejs"; import { GossipNode } from "../network/p2p/gossipNode.js"; diff --git a/apps/hubble/src/rpc/server.ts b/apps/hubble/src/rpc/server.ts index 62247d7789..310d22cb43 100644 --- a/apps/hubble/src/rpc/server.ts +++ b/apps/hubble/src/rpc/server.ts @@ -761,7 +761,6 @@ export default class Server { // Don't wait for this to finish, just return the messages we have. this.syncEngine?.revokeSyncIds(corruptedSyncIds ?? []); - // biome-ignore lint/style/noParameterAssign: legacy code, avoid using ignore for new code messages = messages.filter((message) => message.data !== undefined && message.hash.length > 0); }