Skip to content

Commit

Permalink
a single line...
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlan404 committed Dec 13, 2023
1 parent 5703009 commit 08255cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interop/packwiz.rs
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ impl<'a> PackwizInterop<'a> {
}

pub async fn resolved_to_mod(&self, resolved_file: &ResolvedFile) -> Result<Mod> {
let (hash, hash_format) = self.0.hash_resolved_file(resolved_file).await?;
let (hash_format, hash) = self.0.hash_resolved_file(resolved_file).await?;

Ok(Mod {
filename: resolved_file.filename.clone(),
Expand Down

0 comments on commit 08255cc

Please sign in to comment.