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
Tbh; I'm not sure if this is a bug or not. But I'm seeing these errors through my codebase. The type is correct as its a boolean or number in the DB and the Generated<> is correct as well.
But when passing a Boolean or Number it keeps erroring out.
Tbh; I'm not sure if this is a bug or not. But I'm seeing these errors through my codebase. The type is correct as its a boolean or number in the DB and the
Generated<>
is correct as well.But when passing a Boolean or Number it keeps erroring out.
How do I properly use these types?
For context. I'm calling
.find()
like so:with the generated types:
Upvote & Fund
The text was updated successfully, but these errors were encountered: