From 241c2ca68e2da108dfcf782ad0384ca72548fa98 Mon Sep 17 00:00:00 2001 From: "Mark S. Miller" Date: Mon, 12 Feb 2024 11:41:05 -0800 Subject: [PATCH] fixup! review suggestion --- packages/ERTP/src/amountStore.js | 1 - 1 file changed, 1 deletion(-) 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 => {