Closed klondikemarlen closed 2 months ago
Relates to:
After updating Typescript configs to get the test suite working, it exposed a bunch of bad types.
Add AuthorizedRequest type in authorization middleware, and assert various request where of that type.
dev test
dev test_api
dev check-types
dev up
Relates to:
Context
After updating Typescript configs to get the test suite working, it exposed a bunch of bad types.
Implementation
Add AuthorizedRequest type in authorization middleware, and assert various request where of that type.
Testing Instructions
dev test
(ordev test_api
)dev check-types
to check that types will not crash on build.dev up