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

Commit 61e7445

Browse files
author
Pedro Santos
committed
fix: code review changes
1 parent 018d7ca commit 61e7445

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/resolver.js

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ const findIndexFile = (ipfs, path) => {
2828
}
2929

3030
const directory = async (ipfs, path, cid) => {
31+
// Test if it is a Website
3132
try {
3233
const res = await findIndexFile(ipfs, path)
3334

0 commit comments

Comments
 (0)