chore: fix lint issues in public.ts route file (#173)#447
Open
rajesh-puripanda wants to merge 3 commits into
Open
chore: fix lint issues in public.ts route file (#173)#447rajesh-puripanda wants to merge 3 commits into
rajesh-puripanda wants to merge 3 commits into
Conversation
Resolve merge conflicts in apps/backend/src/routes/public.ts by reconciling upstream's service-layer refactor with our lint cleanup: - Accept upstream's architecture (publicService module, caching, qr-session endpoint) - Apply our lint fixes (semicolons, trailing whitespace, braces for conditions) - Add explicit : Promise<void> return type on publicRoutes - Remove unused types/imports (moved to service layer) - Prefix unused cacheKey as _cacheKey to satisfy no-unused-vars
12 tasks
Collaborator
|
Could you please add unit tests , lint and type check terminals proofs |
Author
Sure, working on it! |
Closes #173
Cleans up lint violations in \�pps/backend/src/routes/public.ts:
Verification:
\
pnpm --filter backend lint
\
→ No errors or warnings for \public.ts.
@Dev-Card/maintainers