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
To check if the record exists or not, get method should return undefined or ClientRateLimitInfo
Currently when the record is not exists, it throws error because of the try-catch block. It fails on tests.
Try Catch method can be removed. Returning undefined | ClientRateLimitInfo is enough.
The text was updated successfully, but these errors were encountered:
To check if the record exists or not, get method should return
undefined
orClientRateLimitInfo
Currently when the record is not exists, it throws error because of the try-catch block. It fails on tests.
Try Catch method can be removed. Returning
undefined | ClientRateLimitInfo
is enough.The text was updated successfully, but these errors were encountered: