Skip to content

Commit

Permalink
fix:Update candidate.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
manish-singh-bisht committed Jun 3, 2024
1 parent cf34d46 commit 89f48e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/backend/models/unified/candidate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ interface applications {
credited_to: { id: number; first_name: string; last_name: string; name: string; employee_id: string };
rejection_reason: string;
rejection_details: string;
jobs: UnifiedJob;
jobs: UnifiedJob[];
job_post_id: number;
status: string;
current_stage: {
Expand All @@ -58,5 +58,5 @@ interface applications {
keyed_custom_fields: {
application_custom_test: { name: string; type: string; value: string };
};
attachments: { filename: string; url: string; type: string; created_at: Date };
attachments: { filename: string; url: string; type: string; created_at: Date }[];
}

0 comments on commit 89f48e7

Please sign in to comment.