Skip to content

Commit

Permalink
Remove setting default value again
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederik Rothenberger committed Nov 23, 2023
1 parent 92c7bc7 commit 2685d04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ic-cdk-bindgen/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ impl Config {
binding
// User will depend on candid crate directly
.set_candid_crate("candid".to_string())
.set_type_attributes("".to_string())
.set_canister_id(canister_id)
.set_service_name(canister_name.to_string())
.set_target(rust::Target::CanisterCall);
Expand Down

0 comments on commit 2685d04

Please sign in to comment.