Skip to content

Commit

Permalink
fix: revert extra changes
Browse files Browse the repository at this point in the history
  • Loading branch information
KaustubhKumar05 committed May 16, 2024
1 parent 16bac01 commit 87c5b8e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/hms-video-store/src/sdk/store/Store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,6 @@ class Store {
permissions?.writer?.forEach(role => addPermissionToRole(role, pluginName, 'write'));
});
}

private setEnv() {
const endPoint = this.config?.initEndpoint!;
const url = endPoint.split('https://')[1];
Expand Down
1 change: 0 additions & 1 deletion packages/hms-video-store/src/transport/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,6 @@ export default class HMSTransport {
this.observer.onStateChange(this.state);
}

// eslint-disable-next-line complexity
async connect(
token: string,
endpoint: string,
Expand Down

0 comments on commit 87c5b8e

Please sign in to comment.