Skip to content

Commit

Permalink
fix(basic.gblib): TALK TO bug after conversationId update.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigorodriguez committed Jan 7, 2022
1 parent 250b332 commit b45f737
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 251 deletions.
258 changes: 10 additions & 248 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@
"simple-git": "2.39.1",
"speakingurl": "14.0.1",
"sppull": "2.7.0",
"ssr-for-bots": "^1.0.1-c",
"strict-password-generator": "1.1.2",
"swagger-client": "2.1.18",
"tedious": "14.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/core.gbapp/services/GBMinService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const express = require('express');
const Fs = require('fs');
const request = require('request-promise-native');
const removeRoute = require('express-remove-route');
const ssrForBots = require("ssr-for-bots").default;
// const ssrForBots = require("ssr-for-bots").default;
const AuthenticationContext = require('adal-node').AuthenticationContext;
const wash = require('washyourmouthoutwithsoap');
const { FacebookAdapter } = require('botbuilder-adapter-facebook');
Expand Down Expand Up @@ -147,7 +147,7 @@ export class GBMinService {
useCache: true,
cacheRefreshRate: 86400
};
GBServer.globals.server.use(ssrForBots(defaultOptions));
// SSR: GBServer.globals.server.use(ssrForBots(defaultOptions));

const url = GBServer.globals.wwwroot
? GBServer.globals.wwwroot
Expand Down

0 comments on commit b45f737

Please sign in to comment.