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 a139825 commit c8b0741Copy full SHA for c8b0741
src/model/events/content-types.ts
@@ -95,7 +95,7 @@ const mimeTypeToContentTypeMap: { [mimeType: string]: ViewableContentType } = {
95
'application/x-google-protobuf': 'protobuf',
96
'application/proto': 'protobuf', // N.b. this covers all application/XXX+proto values
97
'application/grpc': 'protobuf', // Used in GRPC requests
98
- 'application/x-protobuffer': 'protobuf' // Commonly seen in Google apps
+ 'application/x-protobuffer': 'protobuf', // Commonly seen in Google apps
99
100
'application/octet-stream': 'raw'
101
} as const;
0 commit comments