We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abeda9a commit ca88b2bCopy full SHA for ca88b2b
1 file changed
src/node/sdk.ts
@@ -39,6 +39,9 @@ export const connect = (
39
}
40
41
if (!isClientConnected()) {
42
- setGlobalClientData({ privateKey: options?.privateKey, appId: options?.appId });
+ setGlobalClientData({
43
+ privateKey: options?.privateKey,
44
+ appId: options?.appId,
45
+ });
46
47
};
0 commit comments