Skip to content

Commit

Permalink
removed Cw721's Extension QueryMsg
Browse files Browse the repository at this point in the history
  • Loading branch information
joemonem committed Mar 15, 2024
1 parent 238e2a5 commit 6347707
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/andromeda-non-fungible-tokens/src/cw721.rs
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ impl From<QueryMsg> for Cw721QueryMsg<QueryMsg> {
QueryMsg::AllTokens { start_after, limit } => {
Cw721QueryMsg::AllTokens { start_after, limit }
}
QueryMsg::Extension { msg } => Cw721QueryMsg::Extension { msg: *msg },
QueryMsg::Minter {} => Cw721QueryMsg::Minter {},
QueryMsg::Approval {
token_id,
Expand Down

0 comments on commit 6347707

Please sign in to comment.