Skip to content

Commit

Permalink
feat(backend-api): Add download_url to PackageDistribution
Browse files Browse the repository at this point in the history
Needed for the integration tests.
  • Loading branch information
theduke committed Feb 25, 2024
1 parent 2643389 commit f356299
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/backend-api/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ mod queries {
pub struct PackageDistribution {
pub pirita_sha256_hash: Option<String>,
pub pirita_download_url: Option<String>,
pub download_url: Option<String>,
}

#[derive(cynic::QueryFragment, Debug, Clone)]
Expand Down

0 comments on commit f356299

Please sign in to comment.