Skip to content

Commit

Permalink
fix QN formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kdembler committed Jun 4, 2024
1 parent da00cb6 commit ed71937
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions query-node/mappings/src/proposals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,7 @@ async function parseProposalDetails(
details.thawnDuration = unwrap(bridgeConstraints.thawnDuration)?.toNumber()
details.remoteChains = unwrap(bridgeConstraints.remoteChains)?.map((a) => a.toNumber())
return details
}
else {
} else {
unimplementedError(`Unsupported proposal details type: ${proposalDetails.type}`)
}
}
Expand Down

0 comments on commit ed71937

Please sign in to comment.