Skip to content

Commit 8edee93

Browse files
committed
Enhance code by aligning internship case with corresponding naming convention
1 parent bf2ccd7 commit 8edee93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/actions/job.action.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export async function getJobs(params: GetJobsParams) {
5353
case "contractor":
5454
filterOptions = { job_employment_type: "CONTRACTOR" };
5555
break;
56-
case "internship":
56+
case "intern":
5757
filterOptions = { job_employment_type: "INTERN" };
5858
break;
5959
default:

0 commit comments

Comments
 (0)