Skip to content

Commit

Permalink
Consumption fine tuning (#422)
Browse files Browse the repository at this point in the history
* [[FEAT]] Add images and suggestions. Format texts.

* [[FEAT]] Add chart according to the last designs

* [[FIX]] Rename dialog step functions

* [[FIX]] Middewares are not being loaded
  • Loading branch information
JoseAntonioRodriguez authored and palmerabollo committed Nov 23, 2016
1 parent 3d79d10 commit 2e8aeaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class Bot extends BotBuilder.UniversalBot {
EventHub,
Slack
];
this.use(middlewares);
this.use(...middlewares);

this.on('error', err => logger.error(err));

Expand Down

0 comments on commit 2e8aeaf

Please sign in to comment.