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

Commit 42f166b

Browse files
committed
chore: delint
License: MIT Signed-off-by: Oli Evans <[email protected]>
1 parent 5875102 commit 42f166b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ipfs-core/src/utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ const mapFile = (file, options = {}) => {
127127
output.mtime = file.unixfs.mtime
128128
}
129129
}
130-
130+
131131
if (options.includeContent) {
132132
if (file.type === 'file' || file.type === 'raw') {
133133
// @ts-expect-error - content is readonly

0 commit comments

Comments
 (0)