Skip to content
This repository has been archived by the owner on Nov 8, 2024. It is now read-only.

Commit

Permalink
Match on both the review name and the applicant airtable id
Browse files Browse the repository at this point in the history
  • Loading branch information
augustuswm committed Jan 12, 2024
1 parent 50dcb26 commit d809b92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cio/src/applicant_reviews.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ use crate::{
airtable_table = "AIRTABLE_REVIEWS_TABLE",
match_on = {
"name" = "String",
"applicant" = "Vec<String>",
},
}]
#[derive(Debug, Insertable, AsChangeset, PartialEq, Clone, JsonSchema, Deserialize, Serialize)]
Expand Down

0 comments on commit d809b92

Please sign in to comment.