Skip to content

Commit

Permalink
Remove an unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-F-Bryan committed Jun 16, 2023
1 parent aecb428 commit bba3f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli/src/commands/publish.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ fn invalidate_graphql_query_cache() -> Result<(), anyhow::Error> {
.map_err(anyhow::Error::msg)
.context("Unable to determine the wasmer dir")?;

let cache_dir = WapmSource::invalidate_local_cache(wasmer_dir)?;
WapmSource::invalidate_local_cache(wasmer_dir)?;

Ok(())
}

0 comments on commit bba3f9d

Please sign in to comment.