Skip to content

Commit

Permalink
chore: fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tabcat committed Jul 17, 2023
1 parent 5fddc7e commit 03a6ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/advertisers/dht.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const collaborate = (createEphemeralLibp2p: CreateEphemeralLibp2p, options: Opti
const { stop, libp2p: ephemeral } = await createEphemeralLibp2p(provider)
yield * scopedDht(ephemeral, options.scope).provide(dcid)
if (stop != null) {
stop(ephemeral)
await stop(ephemeral)
}
}

Expand Down

0 comments on commit 03a6ff0

Please sign in to comment.