We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf2ccd7 commit 8edee93Copy full SHA for 8edee93
lib/actions/job.action.ts
@@ -53,7 +53,7 @@ export async function getJobs(params: GetJobsParams) {
53
case "contractor":
54
filterOptions = { job_employment_type: "CONTRACTOR" };
55
break;
56
- case "internship":
+ case "intern":
57
filterOptions = { job_employment_type: "INTERN" };
58
59
default:
0 commit comments