Skip to content

Commit

Permalink
fix: Add missing type getConnectionMode.
Browse files Browse the repository at this point in the history
  • Loading branch information
yusinto committed Feb 7, 2024
1 parent 87f60bf commit 5ca4b70
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/shared/sdk-client/src/api/LDClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ export interface LDClient {
*/
flush(): Promise<{ error?: Error; result: boolean }>;

/**
* Gets the SDK connection mode.
*/
getConnectionMode(): ConnectionMode;

/**
* Returns the client's current context.
*
Expand Down

0 comments on commit 5ca4b70

Please sign in to comment.