Skip to content

Commit

Permalink
Removed one more reference to &mut PackageArchive
Browse files Browse the repository at this point in the history
Signed-off-by: Abhijit Gadgil <agadgil@progress.com>
  • Loading branch information
agadgil-progress committed Jan 17, 2025
1 parent 6e0b847 commit 497f8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/builder-api-client/src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,7 @@ impl BuilderAPIClient {
///
/// * Authorization token was not set on client
pub async fn put_package<'a>(&'a self,
pa: &'a mut PackageArchive,
pa: &'a PackageArchive,
token: &'a str,
force_upload: bool,
auto_build: BuildOnUpload,
Expand Down

0 comments on commit 497f8e9

Please sign in to comment.