We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bf794d commit 3e70a91Copy full SHA for 3e70a91
packages/sdk/src/index.ts
@@ -152,8 +152,6 @@ export class MermaidChart {
152
*/
153
public async setAccessToken(accessToken: string): Promise<void> {
154
this.axios.defaults.headers.common['Authorization'] = `Bearer ${accessToken}`;
155
- // This is to verify that the token is valid
156
- // await this.getUser();
157
this.accessToken = accessToken;
158
}
159
0 commit comments