Skip to content

Commit 8ae14d8

Browse files
fix:Update candidate.ts
1 parent 8399018 commit 8ae14d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/backend/models/unified/candidate.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ interface applications {
3434
credited_to: { id: number; first_name: string; last_name: string; name: string; employee_id: string };
3535
rejection_reason: string;
3636
rejection_details: string;
37-
jobs: UnifiedJob;
37+
jobs: UnifiedJob[];
3838
job_post_id: number;
3939
status: string;
4040
current_stage: {
@@ -58,5 +58,5 @@ interface applications {
5858
keyed_custom_fields: {
5959
application_custom_test: { name: string; type: string; value: string };
6060
};
61-
attachments: { filename: string; url: string; type: string; created_at: Date };
61+
attachments: { filename: string; url: string; type: string; created_at: Date }[];
6262
}

0 commit comments

Comments
 (0)