Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/cargo/backend-dependencies-89d67e…
Browse files Browse the repository at this point in the history
…68d5
  • Loading branch information
mpro7 authored Oct 21, 2024
2 parents 72ae003 + 20d9c05 commit 31054c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/domain/model/draft_model.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ pub struct DraftProject {
pub spatial_coverage: Option<NonEmpty<DraftUrl>>,
pub funders: Option<NonEmpty<String>>,
pub url: Option<DraftUrl>,
#[serde(rename = "secondaryURL")]
pub secondary_url: Option<DraftUrl>,
pub data_management_plan: Option<DraftDataManagementPlan>,
pub end_date: Option<DraftDate>,
Expand Down

0 comments on commit 31054c2

Please sign in to comment.