recurrents
This commit is contained in:
@@ -11,7 +11,7 @@ object TransactionMapper {
|
||||
parentId = this.parent?.id,
|
||||
type = this.type,
|
||||
kind = this.kind,
|
||||
category = this.category.toDto(),
|
||||
category = this.category?.toDto(),
|
||||
comment = this.comment,
|
||||
amount = this.amount,
|
||||
fees = this.fees,
|
||||
|
||||
Reference in New Issue
Block a user