From 344aff4896c4b64dd806841deec80b3323ab8a83 Mon Sep 17 00:00:00 2001 From: aakash2330 Date: Sun, 29 Sep 2024 19:47:47 +0530 Subject: [PATCH] build-fixes --- src/actions/job.action.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/actions/job.action.ts b/src/actions/job.action.ts index 7705ad41..f2d0febd 100644 --- a/src/actions/job.action.ts +++ b/src/actions/job.action.ts @@ -112,6 +112,7 @@ export const getAllJobs = withServerActionAsyncCatcher< description: true, companyName: true, city: true, + companyBio: true, hasExperiencerange: true, minExperience: true, maxExperience: true, @@ -165,6 +166,7 @@ export const getRecommendedJobs = withServerActionAsyncCatcher< title: true, description: true, companyName: true, + companyBio: true, city: true, address: true, category: true, @@ -194,6 +196,7 @@ export const getRecommendedJobs = withServerActionAsyncCatcher< title: true, description: true, companyName: true, + companyBio: true, city: true, address: true, workMode: true, @@ -278,6 +281,7 @@ export const getRecentJobs = async () => { id: true, title: true, description: true, + companyBio: true, companyName: true, city: true, address: true,