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
Good callout; FWIW the API doesn't actually return anything for this API call. It either 200-OK with no body if it's an inservice number; or 404-not_found if it's not an inservice number.
In that case, the request will either succeed or throw a failure (with little in between).
I'm slightly hesitant to make a change depending on how folks have implemented this particular call. We'll see if it's a breaking change and evaluate from there.
Seems like this should be
true
or the actual response from the api instead of{}
.node-numbers/lib/inServiceNumber.js
Line 41 in f767994
The text was updated successfully, but these errors were encountered: