Skip to content

Commit e140a73

Browse files
anonrigvicb
andauthored
Update binary.ts
Co-authored-by: Victor Berchet <[email protected]>
1 parent abbd288 commit e140a73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/open-next/src/utils/binary.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,5 @@ export function isBinaryContentType(contentType?: string | null) {
6363
if (!contentType) return false;
6464

6565
const value = contentType.split(";").at(0);
66-
if (value == null) return false;
6766
return commonBinaryMimeTypes.has(value);
6867
}

0 commit comments

Comments
 (0)