Skip to content

Commit

Permalink
Fix merge issue
Browse files Browse the repository at this point in the history
  • Loading branch information
stephank committed Dec 21, 2024
1 parent bf44cd4 commit 5153e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resolve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ impl<O: FileOpener> Resolver<O> {
return Ok(ResolveResult::Found(ResolvedFile::new(
file,
zstd_path.into(),
mime,
mimetype,
Some(Encoding::Zstd),
)));
}
Expand Down

0 comments on commit 5153e68

Please sign in to comment.