[bot] Update dist directory

This commit is contained in:
bigdaz 2024-09-13 00:44:35 +00:00 committed by github-actions[bot]
parent 765a73447c
commit e6215edc51
8 changed files with 8 additions and 8 deletions

View file

@ -182155,7 +182155,7 @@ class ShortLivedTokenClient {
this.retryInterval = 1000;
}
async fetchToken(serverUrl, accessKey, expiry) {
const queryParams = expiry ? `?expiresInHours${expiry}` : '';
const queryParams = expiry ? `?expiresInHours=${expiry}` : '';
const sanitizedServerUrl = !serverUrl.endsWith('/') ? `${serverUrl}/` : serverUrl;
const headers = {
'Content-Type': 'application/json',

File diff suppressed because one or more lines are too long

View file

@ -135492,7 +135492,7 @@ class ShortLivedTokenClient {
this.retryInterval = 1000;
}
async fetchToken(serverUrl, accessKey, expiry) {
const queryParams = expiry ? `?expiresInHours${expiry}` : '';
const queryParams = expiry ? `?expiresInHours=${expiry}` : '';
const sanitizedServerUrl = !serverUrl.endsWith('/') ? `${serverUrl}/` : serverUrl;
const headers = {
'Content-Type': 'application/json',

File diff suppressed because one or more lines are too long

View file

@ -182140,7 +182140,7 @@ class ShortLivedTokenClient {
this.retryInterval = 1000;
}
async fetchToken(serverUrl, accessKey, expiry) {
const queryParams = expiry ? `?expiresInHours${expiry}` : '';
const queryParams = expiry ? `?expiresInHours=${expiry}` : '';
const sanitizedServerUrl = !serverUrl.endsWith('/') ? `${serverUrl}/` : serverUrl;
const headers = {
'Content-Type': 'application/json',

File diff suppressed because one or more lines are too long

View file

@ -182135,7 +182135,7 @@ class ShortLivedTokenClient {
this.retryInterval = 1000;
}
async fetchToken(serverUrl, accessKey, expiry) {
const queryParams = expiry ? `?expiresInHours${expiry}` : '';
const queryParams = expiry ? `?expiresInHours=${expiry}` : '';
const sanitizedServerUrl = !serverUrl.endsWith('/') ? `${serverUrl}/` : serverUrl;
const headers = {
'Content-Type': 'application/json',

File diff suppressed because one or more lines are too long