Skip to content

Refactor teams chat message send commandAction to not return a Promise  #3106

@martinlingstuyl

Description

@martinlingstuyl

The commandAction function of the teams chat message send command returns a Promise because it was implemented to use async/await. As the cli calls the function synchronously, it should be better to refactor this so that it does not return a promise.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions