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

Commit

Permalink
fix: code review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Santos committed Oct 7, 2019
1 parent 018d7ca commit 61e7445
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/resolver.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const findIndexFile = (ipfs, path) => {
}

const directory = async (ipfs, path, cid) => {
// Test if it is a Website
try {
const res = await findIndexFile(ipfs, path)

Expand Down

0 comments on commit 61e7445

Please sign in to comment.