Skip to content

Commit

Permalink
Another merge fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeHartnell committed Nov 20, 2023
1 parent 7df3142 commit 2ce30b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ pub fn query(deps: Deps, env: Env, msg: QueryMsg) -> StdResult<Binary> {
to_json_binary(&PROPOSAL_ID_TO_PRE_PROPOSE_ID.may_load(deps.storage, id)?)
}
QueryExt::ApproverProposalIdForPreProposeApprovalId { id } => {
to_binary(&PRE_PROPOSE_ID_TO_PROPOSAL_ID.may_load(deps.storage, id)?)
to_json_binary(&PRE_PROPOSE_ID_TO_PROPOSAL_ID.may_load(deps.storage, id)?)
}
},
_ => PrePropose::default().query(deps, env, msg),
Expand Down

0 comments on commit 2ce30b5

Please sign in to comment.