@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.mjs CHANGED
@@ -5999,7 +5999,7 @@ function createClient(opts) {
5999
5999
  const bizWrapped = wrapRequestWithProjectPrefix(biz, opts?.projectId);
6000
6000
  let token = null;
6001
6001
  function getAvailableToken() {
6002
- return token || getGlobalAvailableToken();
6002
+ return getGlobalAvailableToken();
6003
6003
  }
6004
6004
  try {
6005
6005
  if (opts?.projectId) {