From 2e8aeafc47ffb8330395aece33eb09eba98605bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jose=20Antonio=20Rodr=C3=ADguez?= Date: Wed, 23 Nov 2016 16:36:08 +0100 Subject: [PATCH] Consumption fine tuning (#422) * [[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 --- src/bot.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bot.ts b/src/bot.ts index 0dccdcf..7c4b18e 100644 --- a/src/bot.ts +++ b/src/bot.ts @@ -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));