Skip to content

Commit

Permalink
fix filter (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexLLKong authored May 29, 2024
1 parent 6ffe0c6 commit 34e4988
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/api/job-posting/siteRequestUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ const sortTypeMap = {

// Employment sub-type map to filter job postings by employment sub-type
const employmentSubTypeMap = {
ft: 'Full time',
pt: 'Part time',
ft: 'Full Time',
pt: 'Part Time',
};

// Function to get the total number of job postings
Expand Down

0 comments on commit 34e4988

Please sign in to comment.