Skip to content

Commit

Permalink
Updated type.
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Nov 15, 2023
1 parent 577d3e9 commit 0596581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/pre-propose/dao-pre-propose-approver/src/msg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pub struct InstantiateMsg {
pub enum QueryExt {
#[returns(cosmwasm_std::Addr)]
PreProposeApprovalContract {},
#[returns(Option<u64>)]
#[returns(::std::option::Option<u64>)]
PreProposeApprovalIdForApproverProposalId { id: u64 },
}

Expand Down

0 comments on commit 0596581

Please sign in to comment.