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: remove redundant manual pagination parameter parsing from job controller
Removed manual parseInt() logic for skip and first parameters since
@type() decorators in PaginationArgs now handle automatic transformation.
This eliminates duplicate parameter handling and potential conflicts.
0 commit comments