File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
libraries/botframework-streaming/src Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
* Licensed under the MIT License.
7
7
*/
8
8
import { IReceiveResponse } from './IReceiveResponse' ;
9
- import { StreamingRequest } from '../StreamingRequest ' ;
9
+ import { StreamingRequest } from '../streamingRequest ' ;
10
10
11
11
/**
12
12
* Abstraction to define the characteristics of a streaming transport client.
Original file line number Diff line number Diff line change 6
6
* Licensed under the MIT License.
7
7
*/
8
8
import { IReceiveResponse } from './IReceiveResponse' ;
9
- import { StreamingRequest } from '../StreamingRequest ' ;
9
+ import { StreamingRequest } from '../streamingRequest ' ;
10
10
11
11
/**
12
12
* Abstraction to define the characteristics of a streaming transport server.
Original file line number Diff line number Diff line change 5
5
* Copyright (c) Microsoft Corporation. All rights reserved.
6
6
* Licensed under the MIT License.
7
7
*/
8
- import { IReceiveRequest } from './Interfaces /IReceiveRequest' ;
8
+ import { IReceiveRequest } from './interfaces /IReceiveRequest' ;
9
9
import { StreamingResponse } from './streamingResponse' ;
10
10
11
11
/**
You can’t perform that action at this time.
0 commit comments