diff --git a/packages/ERTP/src/amountStore.js b/packages/ERTP/src/amountStore.js index fe8d0da836f..899afa3e39f 100644 --- a/packages/ERTP/src/amountStore.js +++ b/packages/ERTP/src/amountStore.js @@ -15,7 +15,6 @@ import { AmountMath } from './amountMath.js'; * @returns {AmountStore} */ export const makeAmountStore = (state, key) => { - /** @type {AmountStore} */ return harden({ getAmount: () => state[key], increment: delta => {