File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ import { createLibp2p } from 'libp2p'
134134import { webSockets } from ' @libp2p/websockets'
135135import { noise } from ' @chainsafe/libp2p-noise'
136136import { mplex } from ' @libp2p/mplex'
137- import { yamux } from ' @chainsafe/libp2p-yamux' ,
137+ import { yamux } from ' @chainsafe/libp2p-yamux'
138138
139139const node = await createLibp2p ({
140140 transports: [webSockets ()],
@@ -214,7 +214,7 @@ import { createLibp2p } from 'libp2p'
214214import { webSockets } from ' @libp2p/websockets'
215215import { noise } from ' @chainsafe/libp2p-noise'
216216import { mplex } from ' @libp2p/mplex'
217- import { yamux } from ' @chainsafe/libp2p-yamux' ,
217+ import { yamux } from ' @chainsafe/libp2p-yamux'
218218
219219import { bootstrap } from ' @libp2p/bootstrap'
220220
You can’t perform that action at this time.
0 commit comments