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
- Change getStatus to use the `http` axios instance.
The `getStatus()` method was previously using the `rootHttp` instance instead
of `http`. This means `getStatus` was always returning status for the default
namespace, instead of the namespace provided to the firefly client.
Signed-off-by: Alex Shorsher <[email protected]>
0 commit comments