Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

Commit

Permalink
chore: appease linter
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Alan Shaw <alan@tableflip.io>
  • Loading branch information
alanshaw authored and vmx committed Sep 11, 2018
1 parent f4a094a commit cb60257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class IPLDResolver {
const format = require('ipld-ethereum').ethTxTrie
return { resolver: format.resolver, util: format.util }
},
get 'raw' () {
get raw () {
const format = require('ipld-raw')
return { resolver: format.resolver, util: format.util }
},
Expand Down

0 comments on commit cb60257

Please sign in to comment.