Skip to content

Commit a89fc04

Browse files
committed
Updated signature
1 parent bb812d7 commit a89fc04

File tree

1 file changed

+1
-1
lines changed
  • packages/data-connect/src/network/transport

1 file changed

+1
-1
lines changed

packages/data-connect/src/network/transport/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export interface DataConnectTransport {
5151
queryName: string,
5252
body?: U
5353
): Promise<{ data: T; errors: Error[] }>;
54-
useEmulator(host: string, port: number, sslEnabled?: boolean): void;
54+
useEmulator(host: string, port?: number, sslEnabled?: boolean): void;
5555
onTokenChanged: (token: string | null) => void;
5656
_setCallerSdkType(callerSdkType: CallerSdkType): void;
5757
}

0 commit comments

Comments
 (0)