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
Refactor route parameter naming and fix TypeScript errors
- Rename routeInfoByMethodsMap to routesByMethod for clarity
- Rename originalRouteName to rawRoute for better readability
- Add type validation before paramName.includes() to prevent runtime errors
- Add type validation before lodash.camelCase(paramName) to prevent runtime errors
- Fix getContentTypes() call to pass required 2 arguments instead of 1
Co-authored-by: smorimoto <[email protected]>
0 commit comments