Skip to content

Commit

Permalink
Remove node exports from utilities (#2223)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Mullins <[email protected]>
  • Loading branch information
Zerryth and cleemullins authored May 27, 2020
1 parent 325219b commit 2a194c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
} from '../payloadTransport';
import { NamedPipeTransport } from './namedPipeTransport';
import { INodeServer, INodeSocket, IStreamingTransportServer, IReceiveResponse } from '../interfaces';
import { createNodeServer } from '../utilities';
import { createNodeServer } from '../utilities/createNodeServer';

/**
* Streaming transport server implementation that uses named pipes for inter-process communication.
Expand Down
1 change: 0 additions & 1 deletion libraries/botframework-streaming/src/utilities/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@

export * from './doesGlobalFileReaderExist';
export * from './doesGlobalWebSocketExist';
export * from './createNodeServer';
export * from './protocol-base';

0 comments on commit 2a194c1

Please sign in to comment.