Skip to content

Commit 3e70a91

Browse files
committedMar 5, 2025
removed user call
1 parent 6bf794d commit 3e70a91

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎packages/sdk/src/index.ts

-2
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,6 @@ export class MermaidChart {
152152
*/
153153
public async setAccessToken(accessToken: string): Promise<void> {
154154
this.axios.defaults.headers.common['Authorization'] = `Bearer ${accessToken}`;
155-
// This is to verify that the token is valid
156-
// await this.getUser();
157155
this.accessToken = accessToken;
158156
}
159157

0 commit comments

Comments
 (0)
Failed to load comments.