Skip to content

Commit

Permalink
fixup! review suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
erights committed Feb 12, 2024
1 parent aa0c5c9 commit 241c2ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ERTP/src/amountStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import { AmountMath } from './amountMath.js';
* @returns {AmountStore<K>}
*/
export const makeAmountStore = (state, key) => {
/** @type {AmountStore<K>} */
return harden({
getAmount: () => state[key],
increment: delta => {
Expand Down

0 comments on commit 241c2ca

Please sign in to comment.