Skip to content

Commit

Permalink
+=prettier & clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
przydatek committed Jul 24, 2023
1 parent 311e608 commit 6a6ea54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion demos/vc_issuer/dfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"wasm": "vc_issuer.wasm.gz",
"build": "./build.sh"
}

},
"defaults": {
"build": {
Expand Down
4 changes: 2 additions & 2 deletions src/internet_identity/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -568,8 +568,8 @@ mod attribute_sharing_mvp {
let response = vc_mvp::get_id_alias(
req.identity_number,
vc_mvp::InvolvedDapps {
relying_party: req.relying_party.clone(),
issuer: req.issuer.clone(),
relying_party: req.relying_party,
issuer: req.issuer,
},
);
Some(response)
Expand Down

0 comments on commit 6a6ea54

Please sign in to comment.