We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Receiver Documentation has the wrong order of arguments.
const receivedEvent = receiver.accept(req.body, req.headers);
sdk-javascript/src/lib/bindings/http/http_receiver.ts
Line 48 in 99bb88b
The text was updated successfully, but these errors were encountered:
@c-pius nice catch
Sorry, something went wrong.
docs(README): fix wrong order of arguments in the accept example
1887aa4
fixes cloudevents#222 Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
docs(README): fix wrong order of arguments in the accept example (#224)
850e893
fixes #222 Signed-off-by: Lucas Holmquist <lholmqui@redhat.com>
Successfully merging a pull request may close this issue.
Receiver Documentation has the wrong order of arguments.
sdk-javascript/src/lib/bindings/http/http_receiver.ts
Line 48 in 99bb88b
The text was updated successfully, but these errors were encountered: