Skip to content

Commit

Permalink
rm duplicate key
Browse files Browse the repository at this point in the history
  • Loading branch information
adrastaea committed Jan 28, 2025
1 parent 32c8a13 commit e89b650
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions packages/backend/src/nest/libp2p/libp2p.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ import {
import { createLogger } from '../common/logger'
import { Libp2pDatastore } from './libp2p.datastore'
import { WEBSOCKET_CIPHER_SUITE } from './libp2p.const'

import { Libp2pDatastore } from './libp2p.datastore'
import { WEBSOCKET_CIPHER_SUITE, BITSWAP_PROTOCOL } from './libp2p.const'
import { libp2pAuth, Libp2pAuth } from './libp2p.auth'
import { SigChainService } from '../auth/sigchain.service'

Expand Down
1 change: 0 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"helia": ["packages/helia/src/index.ts"],
"@quiet/types": ["packages/types/src/index.ts"],
"integration-tests": ["packages/integration-tests/src/index.ts"],
"helia": ["packages/helia/src/index.ts"]
},
"module": "commonjs",
"declaration": true,
Expand Down

0 comments on commit e89b650

Please sign in to comment.