Skip to content

Commit

Permalink
fix: remove octet-stream as archive type (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Powell authored and sfsholden committed Feb 24, 2021
1 parent 5d682b4 commit bc00187
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export class StaticResourceMetadataTransformer extends BaseMetadataTransformer {
'application/zip',
'application/x-zip-compressed',
'application/jar',
'application/octet-stream',
]);
private static readonly DEFAULT_CONTENT_TYPE = 'application/octet-stream';
private static readonly FALLBACK_TYPE_MAP = new Map<string, string>([
Expand Down

0 comments on commit bc00187

Please sign in to comment.