You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should validate that config.baseUrl is not empty before constructing a client. Otherwise other downstream errors will happen: we can't fetch a relative path.
We should validate that
config.baseUrl
is not empty before constructing a client. Otherwise other downstream errors will happen: we can'tfetch
a relative path.Here's the line in question:
sdk/packages/http/src/__generated__/services/coordinator/public/v1/public_api.client.ts
Line 149 in 4069b54
The text was updated successfully, but these errors were encountered: