Replies: 1 comment
-
nvm i just switched my id's to uuid's and now they're all string anyways |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
route parameters will always be strings
when i do a where lookup using
eq
, it cries because my tableid
is an integer:i can resolve it by wrapping it with
Number
:is this the correct approach, or is there something im missing?
Beta Was this translation helpful? Give feedback.
All reactions