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 e8c890d commit 51c67e3Copy full SHA for 51c67e3
src/transport/http/binary_emitter.ts
@@ -20,7 +20,7 @@ export async function emitBinary(event: CloudEvent, options: TransportOptions):
20
}
21
22
async function emit(event: CloudEvent, options: TransportOptions, headers: Headers): Promise<AxiosResponse> {
23
- const contentType: Headers = { [CONSTANTS.HEADER_CONTENT_TYPE]: CONSTANTS.DEFAULT_CE_CONTENT_TYPE };
+ const contentType: Headers = { [CONSTANTS.HEADER_CONTENT_TYPE]: CONSTANTS.DEFAULT_CONTENT_TYPE };
24
const config = {
25
...options,
26
method: "POST",
0 commit comments