@howone/sdk 0.2.8 → 0.2.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6070,7 +6070,7 @@ function createClient(opts) {
|
|
|
6070
6070
|
const bizWrapped = wrapRequestWithProjectPrefix(biz, opts?.projectId);
|
|
6071
6071
|
let token = null;
|
|
6072
6072
|
function getAvailableToken() {
|
|
6073
|
-
return
|
|
6073
|
+
return getGlobalAvailableToken();
|
|
6074
6074
|
}
|
|
6075
6075
|
try {
|
|
6076
6076
|
if (opts?.projectId) {
|