Skip to content

Commit f85ad1f

Browse files
brollbCopilot
andauthored
Update src/remote-client.js
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1cf6b97 commit f85ad1f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/remote-client.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const NetsBloxCloud = require("./cloud-client");
99
class RemoteClient {
1010
constructor(state, clientId, username) {
1111
this.state = state;
12+
this.clientId = clientId;
1213
this.projectId = state?.browser?.projectId;
1314
this.roleId = state?.browser?.roleId;
1415
this.username = username;

0 commit comments

Comments
 (0)