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

Commit 0d02cac

Browse files
committed
chore: lint fixes
1 parent 1dde832 commit 0d02cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resolvers/unixfs-v1/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ const unixFsResolver = async (cid, name, path, toResolve, resolve, depth, ipld)
5050
}
5151

5252
if (!linkCid) {
53-
throw errCode(new Error(`file does not exist`), 'ERR_NOT_FOUND')
53+
throw errCode(new Error('file does not exist'), 'ERR_NOT_FOUND')
5454
}
5555

5656
// remove the path component we have resolved

0 commit comments

Comments
 (0)