diff --git a/src/app.ts b/src/app.ts index 03713be..b290fe9 100644 --- a/src/app.ts +++ b/src/app.ts @@ -13,10 +13,10 @@ const welcomeFlow = addKeyword(EVENTS.WELCOME) .addAction(async (ctx, { flowDynamic, state, provider }) => { await typing(ctx, provider) const response = await toAsk(ASSISTANT_ID, ctx.body, state) - const chunks = response.split(/(? { @@ -34,4 +34,4 @@ const main = async () => { httpServer(+PORT) } -main() \ No newline at end of file +main()