Skip to content

Commit ee4ea9d

Browse files
author
Tom Laird-McConnell
committed
fix bad merge
1 parent e66911a commit ee4ea9d

File tree

2 files changed

+47
-11
lines changed

2 files changed

+47
-11
lines changed

libraries/botbuilder/src/botFrameworkAdapter.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@
77
*/
88

99
import { Activity, ActivityTypes, BotAdapter, ChannelAccount, ConversationAccount, ConversationParameters, ConversationReference, ConversationsResult, ResourceResponse, TurnContext } from 'botbuilder-core';
10-
import { ChannelValidation, ConnectorClient, JwtTokenValidation, MicrosoftAppCredentials, TokenApiClient, TokenApiModels, SimpleCredentialProvider, EmulatorApiClient } from 'botframework-connector';
10+
import { ChannelValidation, ConnectorClient, EmulatorApiClient, GovernmentConstants, JwtTokenValidation, MicrosoftAppCredentials, SimpleCredentialProvider, TokenApiClient, TokenApiModels } from 'botframework-connector';
1111
import * as os from 'os';
1212

1313

14-
1514
/**
1615
* Express or Restify Request object.
1716
*/

package-lock.json

Lines changed: 46 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)