@izzai/one-js 1.1.23 → 1.1.24

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 CHANGED
@@ -4182,6 +4182,7 @@ class BaseService {
4182
4182
  (typeof this.auth === 'object' && (!this.auth.email || !this.auth.apiKey))) {
4183
4183
  throw new HttpErrors.UnprocessableEntity('izz.ONE service is not properly configured');
4184
4184
  }
4185
+ this.baseUrl || (this.baseUrl = 'https://api.one.izz.ai');
4185
4186
  }
4186
4187
  headers(extra = {}) {
4187
4188
  return {