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 3a063d7 commit 71a32d4Copy full SHA for 71a32d4
lib/bindings/http/emitter_structured.js
@@ -14,7 +14,7 @@ StructuredHTTPEmitter.prototype.emit = function (cloudevent) {
14
this.config[Constants.DATA_ATTRIBUTE] = cloudevent.format();
15
16
// Return the Promise
17
- return axios.request(this.config).then(response => {
+ return axios.request(this.config).then((response) => {
18
delete this.config[Constants.DATA_ATTRIBUTE];
19
return response;
20
});
0 commit comments