Skip to content

Commit

Permalink
fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
silkroadnomad committed Dec 21, 2024
1 parent 9d838a0 commit db45c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relay/src/pubsubHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import logger from './logger.js';
import { getLastNameOps } from "./pinner/nameOpsFileManager.js";
import { formatFileSize } from './utils.js';
import moment from 'moment';
import CID from 'cids';
import { CID } from 'multiformats/cid'

export function setupPubsub(helia, orbitdb, pinningService, electrumClient, fsHelia, CONTENT_TOPIC) {
helia.libp2p.services.pubsub.subscribe(CONTENT_TOPIC);
Expand Down

0 comments on commit db45c33

Please sign in to comment.