Skip to content

Commit

Permalink
regenerate TS SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed Feb 6, 2024
1 parent 480117f commit 3dfcda9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions STATISTICS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

| SDK Name | Lines of Code |
| -------- | ------------- |
| typescript | 11270 |
| **Total** | 11270 |
| typescript | 11293 |
| **Total** | 11293 |
2 changes: 1 addition & 1 deletion typescript/.konfig/generate-id.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6460a9f0-ad35-44fa-8203-2fbfad88c63c
0813a69f-2070-4318-a498-c7620cd70b66
2 changes: 1 addition & 1 deletion typescript/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export const setOAuthToObject = async function (object: any, name: string, scope
: await configuration.accessToken;
}
const previousToken = await getToken()

/**
* Authenticate if the token is not set or if it is expired
*/
Expand Down

0 comments on commit 3dfcda9

Please sign in to comment.