fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
2 changed files with 1 additions and 2 deletions
Showing only changes of commit 414f29c1d2 - Show all commits

View file

@ -12,7 +12,6 @@
"botframework-webchat": "^4.7.1",
"deep-extend": "0.6.0",
"fetch": "1.1.0",
"fingerprintjs2": "^2.1.0",
"msal": "^1.2.0",
"powerbi-client": "2.10.2",
"react": "^16.12.0",

View file

@ -42,7 +42,7 @@ import { DirectLine } from 'botframework-directlinejs';
import { ConnectionStatus } from 'botframework-directlinejs';
import ReactWebChat from 'botframework-webchat';
import { UserAgentApplication } from 'msal';
import Fingerprint2 from 'fingerprintjs2';
class GBUIApp extends React.Component {
constructor() {