Skip to content

Commit

Permalink
chore: fix remaining lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-Hibbert committed Dec 4, 2023
1 parent 759bc9a commit 7bc60c4
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 implements a subset of the interface for testing.
creatorFacet: Far('dummy', {
initPSM: () => {
t.log('dummy provisionPool.initPSM');
Expand Down

0 comments on commit 7bc60c4

Please sign in to comment.