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 were not checking for errors and passing them to callbacks in
api.js in three places:
In
get()
removeDeployKey()
deleteHooks()
This was causing 8 of the unit tests to fail.
Fixed.
0 commit comments