Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
fix: use correct module name
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw authored May 16, 2019
1 parent ede31a1 commit d2e2189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/components/files-regular/add.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const promisify = require('promisify-es6')
const pull = require('pull-stream')
const sort = require('pull-sort')
const isSource = require('is-pull-stream').isSource
const validateAddInput = require('js-ipfs-utils/src/files/add-input-validation')
const validateAddInput = require('ipfs-utils/src/files/add-input-validation')

module.exports = function (self) {
const add = promisify((data, options, callback) => {
Expand Down

0 comments on commit d2e2189

Please sign in to comment.