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
Hi there,
My point if you return null in other case, why you throw new Error in ISO case? throw new Error('cannot determine ISO code type') in ISO case
VS return null for other cases.
I think it is unexpectable result, isn't it?