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

Commit

Permalink
chore: appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw authored Mar 18, 2019
1 parent e4b9caf commit 947e3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dag/get.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const block = require('../block')
const resolvers = {
'dag-cbor': dagCBOR.resolver,
'dag-pb': dagPB.resolver,
'raw': raw.resolver
raw: raw.resolver
}

module.exports = (send) => {
Expand Down

0 comments on commit 947e3f4

Please sign in to comment.