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

Commit 35ecac0

Browse files
committed
chore: fix types
1 parent d3e6189 commit 35ecac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ipfs-core-utils/src/files/normalise-input/normalise-input.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const {
2828
// eslint-disable-next-line complexity
2929
module.exports = async function * normaliseInput (input, normaliseContent) {
3030
if (input === null || input === undefined) {
31-
return []
31+
return
3232
}
3333

3434
// String

0 commit comments

Comments
 (0)