Skip to content

Commit f6f245d

Browse files
Update comment
1 parent 1b7a18a commit f6f245d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sdkClient/sdkClientMethod.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ import { RETRIEVE_CLIENT_DEFAULT } from '../logger/constants';
44
import { ISdkFactoryContext } from '../sdkFactory/types';
55

66
/**
7-
* Factory of client method for server-side SDKs (ISDK and IAsyncSDK)
7+
* Factory of client method for server-side SDKs
88
*/
99
export function sdkClientMethodFactory(params: ISdkFactoryContext): () => SplitIO.IClient | SplitIO.IAsyncClient {
1010
const log = params.settings.log;
1111
const clientInstance = sdkClientFactory(params);
1212

13+
// Only one client in server-side without bound key
1314
params.clients[''] = clientInstance;
1415

1516
return function client() {

0 commit comments

Comments
 (0)