Skip to content

Commit

Permalink
fix: Wrapper again
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Aug 2, 2018
1 parent 48e2beb commit 136b530
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/wrapper.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ const pull = require('pull-stream')
const Connection = require('interface-connection')

module.exports = ({timeout, conn}) => {
let cache = Cache(conn.source)
let cache = Cache()
pull(
conn.source,
cache
)

return {
createReader: () => {
Expand Down

0 comments on commit 136b530

Please sign in to comment.