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.
2 parents 4d44acd + e908c81 commit 647f641Copy full SHA for 647f641
servc/svc/com/http/__init__.py
@@ -140,8 +140,8 @@ def _postMessage(self):
140
if key not in body:
141
return f"missing key {key}", StatusCode.INVALID_INPUTS.value
142
143
- id = self._bus.emitEvent(body["event"], body["details"])
144
- return id
+ self._bus.emitEvent(body["event"], body["details"])
+ return body
145
elif body["type"] == InputType.INPUT.value:
146
must_have_keys = ["route", "argument"]
147
for key in must_have_keys:
0 commit comments