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
I found DatabaseObjects.get thrown an unrelated error if Id doesn't exist. makes more sense if handle the case if the id does not exist and returns null.
"TypeError: Cannot read property '_type' of undefined
at DatabaseObjects.get (/node_modules/@persistr/js/lib/fluent/DatabaseObjects.js:45:44)
The text was updated successfully, but these errors were encountered:
I found DatabaseObjects.get thrown an unrelated error if Id doesn't exist. makes more sense if handle the case if the id does not exist and returns null.
The text was updated successfully, but these errors were encountered: