Skip to content

Commit

Permalink
fixup! chore: review clean-ups
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Hibbert committed May 3, 2024
1 parent 76f18c7 commit 4ae0d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/inter-protocol/src/vaultFactory/vaultManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ export const prepareVaultManagerKit = (
getCollateralQuote: M.call().returns(PriceQuoteShape),
getPublicFacet: M.call().returns(M.remotable('publicFacet')),
lockOraclePrices: M.call().returns(PriceQuoteShape),
liquidateVaults: M.callWhen(AuctionPFShape).returns(M.undefined()),
liquidateVaults: M.call(M.eref(AuctionPFShape)).returns(M.promise()),
}),
},
initState,
Expand Down

0 comments on commit 4ae0d8b

Please sign in to comment.