Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

refactor: convert dht API to async/await #1156

Merged
merged 10 commits into from
Nov 14, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: appease linter
  • Loading branch information
Alan Shaw committed Nov 14, 2019
commit a50bdc9babc1f9c3a22e643cd6264a77e1863fd8
2 changes: 2 additions & 0 deletions src/lib/encode-buffer-uri-component.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use strict'

// https://github.com/ipfs/js-ipfs-http-client/issues/569
module.exports = function encodeBuffer (buf) {
let uriEncoded = ''
Expand Down