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

Commit

Permalink
chore: delint
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Oli Evans <[email protected]>
  • Loading branch information
olizilla committed May 11, 2021
1 parent 5875102 commit 42f166b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ipfs-core/src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const mapFile = (file, options = {}) => {
output.mtime = file.unixfs.mtime
}
}

if (options.includeContent) {
if (file.type === 'file' || file.type === 'raw') {
// @ts-expect-error - content is readonly
Expand Down

0 comments on commit 42f166b

Please sign in to comment.