Skip to content

Commit

Permalink
remove unwrap
Browse files Browse the repository at this point in the history
  • Loading branch information
joldie777 committed Jul 30, 2024
1 parent 822f7f2 commit 06a572f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/neutron-std-derive/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,7 @@ pub fn derive_cosmwasm_ext(input: TokenStream) -> TokenStream {
querier.query_grpc(
#path.to_string(),
self.to_proto_bytes().into(),
)
.unwrap()
)?
.as_slice(),
);
match resp {
Expand Down

0 comments on commit 06a572f

Please sign in to comment.