Skip to content

Commit

Permalink
fix metadata (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyan-dfinity committed Mar 14, 2024
1 parent f936410 commit 6d8fb4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ pub async fn fetch_metadata(
vec!["canister".as_bytes().into(), id.as_slice().into()];
path.extend(sub_paths.split('/').map(|s| s.as_bytes().into()));
let path = StatePath {
path: vec![sub_paths.as_bytes().into()],
path,
effective_id: Some(id),
kind: StateKind::Canister,
result: StateType::Blob,
Expand Down

0 comments on commit 6d8fb4e

Please sign in to comment.