GeekTrainer / botframework-routing

3 stars 0 forks source link

Missing await in manageUser() #11

Open Stevenic opened 6 years ago

Stevenic commented 6 years ago

Noticed that you're missing a call to await here:

https://github.com/GeekTrainer/botframework-routing/blob/master/original%20M3/src/handoff-middleware.ts#L55

Stevenic commented 6 years ago

You're actually missing await for all your calls to sendActivity().