remix-run / blues-stack

The Remix Stack for deploying to Fly with PostgreSQL, authentication, testing, linting, formatting, etc.
https://remix.run/stacks
MIT License
961 stars 236 forks source link

Add explicit function return types to session.server.tsx #46

Closed Code42Cate closed 2 years ago

Code42Cate commented 2 years ago

Hey!

I was playing around with this stack and saw that only some functions have explicit return types in session.server.tsx so I added them.

Thanks for remix:)

Code42Cate commented 2 years ago

I could also remove the unneeded types then if you want.

kentcdodds commented 2 years ago

That would be welcome 😁