Skip to content

Commit

Permalink
fix: ipfs service (#263)
Browse files Browse the repository at this point in the history
* fix/ipfs-service: enabled dht in libp2p config

* fix/ipfs-service: removed announce cid

* fix/ipfs-service: enabled default libp2p

* fix/ipfs-service: enabled custom libp2p

* fix/ipfs-service: resolved conflicts

* fix/ipfs-service: minor changes
  • Loading branch information
BEdev24 authored Aug 13, 2024
1 parent f40e0a4 commit e226ed9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ipfs-service/src/app.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ export class AppService implements OnModuleInit {
.getMultiaddrs()
.forEach((ma) => console.log(ma.toString()));
}

return this.helia;
}

Expand Down

0 comments on commit e226ed9

Please sign in to comment.