fix(cards): remove any usages in cards route#621
Conversation
|
@keerthana266 is attempting to deploy a commit to the Prashantkumar Khatri's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Hi @keerthana266, Thanks for opening this pull request. This PR has been automatically classified based on the files modified. Applied Labels
Primary Review Area
Reviewer@Harxhit has been identified as the primary reviewer for this pull request. If you have any questions regarding the affected area or implementation details, feel free to reach out to the assigned reviewer. Thank you for your contribution! |
CI — All Checks PassedBackend — PASS
Mobile — SKIP
Web — SKIP
Last updated: |
|
I investigated the failing typecheck. Running The changes in this PR are limited to removing |
|
@keerthana266 Please mentioned which issue it closes on PR description. |
Hi @Harxhit, This PR addresses the same type-safety improvements in Could you please let me know if you'd like me to link this PR to a different open issue, or should I simply mark it as related to #547? Thanks! |
|
@keerthana266 Typecheck is failing could you please look into it. |
|
Hi @Harxhit, I merged the latest The Could you please take a look when you have time? Thanks! |
Description
Removed
anyusages fromapps/backend/src/routes/cards.tsand replaced them with proper Fastify typings.
Changes Made
request.server as any(app as any).authenticateType of Change
Continues the type-safety improvements introduced in Improve Type Safety in cards.ts and Remove Remaining any Usage #547.