mirror of
https://github.com/IT4Change/gradido.git
synced 2026-04-06 01:25:28 +00:00
fix lint
This commit is contained in:
parent
5f7383a486
commit
f70c59f9b3
@ -114,7 +114,9 @@ export async function loadTransactions(
|
|||||||
linkedUserCreatedAd.getTime() > balanceDate.getTime()
|
linkedUserCreatedAd.getTime() > balanceDate.getTime()
|
||||||
) {
|
) {
|
||||||
logger.error(`table row: `, row)
|
logger.error(`table row: `, row)
|
||||||
throw new Error('at least one user was created after transaction balance date, logic error!')
|
throw new Error(
|
||||||
|
'at least one user was created after transaction balance date, logic error!',
|
||||||
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
let amount = GradidoUnit.fromString(row.transaction.amount)
|
let amount = GradidoUnit.fromString(row.transaction.amount)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user