Skip to content

Commit c8b0741

Browse files
committed
Add missing comma
1 parent a139825 commit c8b0741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model/events/content-types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const mimeTypeToContentTypeMap: { [mimeType: string]: ViewableContentType } = {
9595
'application/x-google-protobuf': 'protobuf',
9696
'application/proto': 'protobuf', // N.b. this covers all application/XXX+proto values
9797
'application/grpc': 'protobuf', // Used in GRPC requests
98-
'application/x-protobuffer': 'protobuf' // Commonly seen in Google apps
98+
'application/x-protobuffer': 'protobuf', // Commonly seen in Google apps
9999

100100
'application/octet-stream': 'raw'
101101
} as const;

0 commit comments

Comments
 (0)