Skip to content

Commit

Permalink
fix: remove generic
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasmpw committed Oct 2, 2023
1 parent e179351 commit 84aabe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cw721/on-chain-metadata/src/bin/schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ fn main() {
write_api! {
instantiate: InstantiateMsg,
execute: ExecuteMsg,
query: QueryMsg<Empty>,
query: QueryMsg,
}
}

0 comments on commit 84aabe9

Please sign in to comment.