Skip to content

Commit 2df850b

Browse files
committed
fix: wrong prop
1 parent 0e4cc41 commit 2df850b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/files.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export const collapseSmallPayments = (
149149
throw new Error(
150150
RESPONSE_MESSAGES
151151
.INVALID_PRICES_AMOUNT_FOR_TX_ON_CSV_CREATION_500(uniquePrices.size, groupKey, tempTxGroup.length, [...uniquePrices].join(',')).message
152-
.message)
152+
)
153153
}
154154
const rate = uniquePrices.values().next().value
155155
const buttonName = tempTxGroup[0].address.paybuttons[0].paybutton.name

0 commit comments

Comments
 (0)