You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2023. It is now read-only.
Github issues should be used for bugs and feature requests. Use Stack Overflow for general "how-to" questions.
Version
4.6.0-preview7
Describe the bug
When creating a O365 Connector Card, if we set the Body for the action - it fails to set the same on the O365ConnectorCardHttpPOST object. On verification of the code in bot-schema lib - we see that the setBody(withBody) method sets body=body instead of body = withBody.
Github issues should be used for bugs and feature requests. Use Stack Overflow for general "how-to" questions.
Version
4.6.0-preview7
Describe the bug
When creating a O365 Connector Card, if we set the Body for the action - it fails to set the same on the O365ConnectorCardHttpPOST object. On verification of the code in bot-schema lib - we see that the setBody(withBody) method sets body=body instead of body = withBody.