Skip to content

Commit f356299

Browse files
committed
feat(backend-api): Add download_url to PackageDistribution
Needed for the integration tests.
1 parent 2643389 commit f356299

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/backend-api/src/types.rs

+1
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ mod queries {
7070
pub struct PackageDistribution {
7171
pub pirita_sha256_hash: Option<String>,
7272
pub pirita_download_url: Option<String>,
73+
pub download_url: Option<String>,
7374
}
7475

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

0 commit comments

Comments
 (0)