Skip to content

Commit

Permalink
fixup! chore(types): type provisionPoolStartResult
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Dec 2, 2023
1 parent 14212fe commit 197f9e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion packages/inter-protocol/src/proposals/startPSM.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ export const startPSM = async (
governorFacets.creatorFacet,
instanceKey,
),
// @ts-expect-error TODO type for provisionPoolStartResult
E(E.get(provisionPoolStartResult).creatorFacet).initPSM(
anchorBrand,
newpsmKit.psm,
Expand Down
1 change: 1 addition & 0 deletions packages/inter-protocol/test/psm/setupPsm.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ export const setupPsm = async (
issuer.produce.IST.resolve(istIssuer);

space.produce.provisionPoolStartResult.resolve({
// @ts-expect-error mock
creatorFacet: Far('dummy', {
initPSM: () => {
t.log('dummy provisionPool.initPSM');
Expand Down

0 comments on commit 197f9e4

Please sign in to comment.