SecureClientQuery moved to flipper-common
Summary: It should've been there with ClientQuery. Reviewed By: antonk52 Differential Revision: D47210314 fbshipit-source-id: 869496918648f20b616c1a612296fff55597af77
This commit is contained in:
committed by
Facebook GitHub Bot
parent
f63e5d440a
commit
4a0ad8c1c3
@@ -10,6 +10,7 @@
|
||||
import {
|
||||
ClientDescription,
|
||||
ClientQuery,
|
||||
SecureClientQuery,
|
||||
isTest,
|
||||
buildClientId,
|
||||
Logger,
|
||||
@@ -27,10 +28,7 @@ import {
|
||||
assertNotNull,
|
||||
cloneClientQuerySafeForLogging,
|
||||
} from './Utilities';
|
||||
import ServerWebSocketBase, {
|
||||
SecureClientQuery,
|
||||
ServerEventsListener,
|
||||
} from './ServerWebSocketBase';
|
||||
import ServerWebSocketBase, {ServerEventsListener} from './ServerWebSocketBase';
|
||||
import {
|
||||
createBrowserServer,
|
||||
createServer,
|
||||
|
||||
Reference in New Issue
Block a user