mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
add deletedAt to constructor
This commit is contained in:
parent
916fae91b3
commit
96dcdf0170
@ -15,6 +15,7 @@ export class TransactionLink {
|
||||
this.createdAt = transactionLink.createdAt
|
||||
this.validUntil = transactionLink.validUntil
|
||||
this.showEmail = transactionLink.showEmail
|
||||
this.deletedAt = null
|
||||
this.redeemedAt = null
|
||||
this.redeemedBy = null
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user