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
This will be a ton of work. There are lots of places in the code that isn't doing null checks, e.g. all of the environment variables. It's not as simple as scattering some extra ??s around, probably need to bring zod in and a bunch of other stuff. Gross.
The text was updated successfully, but these errors were encountered:
This will be a ton of work. There are lots of places in the code that isn't doing null checks, e.g. all of the environment variables. It's not as simple as scattering some extra ??s around, probably need to bring
zod
in and a bunch of other stuff. Gross.The text was updated successfully, but these errors were encountered: