mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
fix linting and build error
This commit is contained in:
parent
7a9f52e440
commit
bf71f91bc3
@ -25,7 +25,7 @@ export class AccountFactory {
|
||||
).publicKey
|
||||
account.type = type.valueOf()
|
||||
account.createdAt = createdAt
|
||||
account.balance = new Decimal(0)
|
||||
account.balanceConfirmedAt = new Decimal(0)
|
||||
account.balanceCreatedAt = new Decimal(0)
|
||||
return account
|
||||
}
|
||||
|
||||
@ -1 +1 @@
|
||||
export const PROTO_TRANSACTION_BODY_VERSION_NUMBER = '3.3'
|
||||
export const PROTO_TRANSACTION_BODY_VERSION_NUMBER = '3.3'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user