Skip to content

Commit

Permalink
fix code example
Browse files Browse the repository at this point in the history
  • Loading branch information
olaszakos committed May 22, 2024
1 parent cce6ae0 commit 96d4782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/canisters/frontend/ic-asset/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
//! .with_agent(&agent)
//! .build()?;
//! let logger = slog::Logger::root(slog::Discard, slog::o!());
//! ic_asset::sync(&canister, &[concat!(env!("CARGO_MANIFEST_DIR"), "assets/").as_ref()], &logger).await?;
//! ic_asset::sync(&canister, &[concat!(env!("CARGO_MANIFEST_DIR"), "assets/").as_ref()], ic_asset::ExistingAssetStrategy::Delete, &logger).await?;
//! # Ok(())
//! # }

Expand Down

0 comments on commit 96d4782

Please sign in to comment.