diff --git a/packages/orchestration/src/exos/stakingAccountKit.js b/packages/orchestration/src/exos/stakingAccountKit.js index 9f0f8169ca70..4dc2ad27848b 100644 --- a/packages/orchestration/src/exos/stakingAccountKit.js +++ b/packages/orchestration/src/exos/stakingAccountKit.js @@ -418,12 +418,13 @@ export const prepareStakingAccountKit = (baggage, makeRecorderKit, zcf) => { }, ); - /** check holder facet against StakingAccountActions interface. FIXME: unused */ + /** check holder facet against StakingAccountActions interface. */ + // eslint-disable-next-line no-unused-vars const typeCheck = () => { - /** @import {Guarded, Methods} from '@endo/exo'; */ /** @type {any} */ const arg = null; /** @satisfies { StakingAccountActions } */ + // eslint-disable-next-line no-unused-vars const kit = makeStakingAccountKit(arg, arg, arg).holder; };