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 35b4bc6 commit 186acbdCopy full SHA for 186acbd
src/model/events/content-types.ts
@@ -166,7 +166,7 @@ export function getCompatibleTypes(
166
types.add('xml');
167
}
168
169
- if (!types.has('grpc') && rawContentType && rawContentType.startsWith('application/grpc')) {
+ if (!types.has('grpc') && rawContentType && rawContentType === 'application/grpc') {
170
types.add('grpc')
171
172
if (
0 commit comments