Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit d3826fa

Browse files
tests are now passing locally...
1 parent 5294bbe commit d3826fa

File tree

2 files changed

+61
-1
lines changed

2 files changed

+61
-1
lines changed

lib/depject/sbot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ exports.create = function (api) {
213213
}),
214214
acceptDHT: rec.async(function (opts, cb) {
215215
sbot.dhtInvite.accept(opts, cb)
216-
}),
216+
})
217217
},
218218
pull: {
219219
backlinks: rec.source(query => {

package-lock.json

Lines changed: 60 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)