Skip to content

Commit e5b5db2

Browse files
authored
fix more casing issues (#1496)
1 parent a4e7d3c commit e5b5db2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

libraries/botframework-streaming/src/interfaces/IStreamingTransportClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Licensed under the MIT License.
77
*/
88
import { IReceiveResponse } from './IReceiveResponse';
9-
import { StreamingRequest } from '../StreamingRequest';
9+
import { StreamingRequest } from '../streamingRequest';
1010

1111
/**
1212
* Abstraction to define the characteristics of a streaming transport client.

libraries/botframework-streaming/src/interfaces/IStreamingTransportServer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Licensed under the MIT License.
77
*/
88
import { IReceiveResponse } from './IReceiveResponse';
9-
import { StreamingRequest } from '../StreamingRequest';
9+
import { StreamingRequest } from '../streamingRequest';
1010

1111
/**
1212
* Abstraction to define the characteristics of a streaming transport server.

libraries/botframework-streaming/src/requestHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Copyright (c) Microsoft Corporation. All rights reserved.
66
* Licensed under the MIT License.
77
*/
8-
import { IReceiveRequest } from './Interfaces/IReceiveRequest';
8+
import { IReceiveRequest } from './interfaces/IReceiveRequest';
99
import { StreamingResponse } from './streamingResponse';
1010

1111
/**

0 commit comments

Comments
 (0)