Skip to content

Commit ca88b2b

Browse files
committed
lint
1 parent abeda9a commit ca88b2b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/node/sdk.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ export const connect = (
3939
}
4040

4141
if (!isClientConnected()) {
42-
setGlobalClientData({ privateKey: options?.privateKey, appId: options?.appId });
42+
setGlobalClientData({
43+
privateKey: options?.privateKey,
44+
appId: options?.appId,
45+
});
4346
}
4447
};

0 commit comments

Comments
 (0)