refactor: Update request type in processWorkStandardController to use AuthenticatedRequest #392

Merged
kjs merged 2 commits from jskim-node into main 2026-02-24 12:43:17 +09:00

2 Commits

Author SHA1 Message Date
kjs 6b4250b903 Merge branch 'main' into jskim-node 2026-02-24 12:43:08 +09:00
kjs 076184aad2 refactor: Update request type in processWorkStandardController to use AuthenticatedRequest
- Changed the request type from `Request` to `AuthenticatedRequest` in multiple functions within the processWorkStandardController.
- This update ensures that user authentication details are accessible in the request object, enhancing security and functionality for work item management operations.
2026-02-24 12:42:54 +09:00