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
fix(parser): remove 'as any' casting per review feedback
- Replace 'as any' with proper TypeScript types in test files
- Use APIGatewayProxyEvent type for API Gateway tests
- Use APIGatewayProxyEventV2 type for API Gateway v2 tests
- Import types from '../../../src/types/schema.js'
This addresses code review feedback for better type safety
0 commit comments