Skip to content

Commit

Permalink
fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
sw-joelmut committed Dec 18, 2024
1 parent aa44ce3 commit a515ab6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libraries/botframework-connector/src/teams/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Licensed under the MIT License.
*/

import { HttpResponse, ServiceClientOptions, RequestOptionsBase } from 'botbuilder-stdlib/lib/azureCoreHttpCompat';
import { HttpOperationResponse as HttpResponse, ServiceClientOptions, RequestOptionsBase } from 'botbuilder-stdlib/lib/azureCoreHttpCompat';
import {
ConversationList,
TeamDetails,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Licensed under the MIT License.
*/

import { ServiceClientOptions, RequestOptionsBase, HttpResponse } from "botbuilder-stdlib/lib/azureCoreHttpCompat";
import { ServiceClientOptions, RequestOptionsBase, HttpOperationResponse as HttpResponse } from "botbuilder-stdlib/lib/azureCoreHttpCompat";
import { SignInUrlResponse, TokenResponse, TokenStatus } from "botframework-schema";

/**
Expand Down

0 comments on commit a515ab6

Please sign in to comment.