Skip to content

Commit

Permalink
chore(backend-api): Add size to PackageDistribution
Browse files Browse the repository at this point in the history
  • Loading branch information
theduke committed Mar 11, 2024
1 parent 44b97ec commit 9d9d11a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/backend-api/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ mod queries {
pub pirita_sha256_hash: Option<String>,
pub pirita_download_url: Option<String>,
pub download_url: Option<String>,
pub size: Option<i32>,
pub pirita_size: Option<i32>,
}

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

0 comments on commit 9d9d11a

Please sign in to comment.