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: update job ordering logic to handle null values
- Modified the job listing ordering to use `desc_nulls_last` for the maximum inserted_at date, ensuring that jobs with null dates are displayed at the end of the list.
0 commit comments