We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abbd288 commit e140a73Copy full SHA for e140a73
packages/open-next/src/utils/binary.ts
@@ -63,6 +63,5 @@ export function isBinaryContentType(contentType?: string | null) {
63
if (!contentType) return false;
64
65
const value = contentType.split(";").at(0);
66
- if (value == null) return false;
67
return commonBinaryMimeTypes.has(value);
68
}
0 commit comments