mirror of
https://github.com/IT4Change/gradido.git
synced 2026-01-16 18:01:20 +00:00
add comment to explain why set to null in constructor
This commit is contained in:
parent
3436253bbe
commit
fae9d91004
@ -15,6 +15,7 @@ export class TransactionLink {
|
||||
this.createdAt = transactionLink.createdAt
|
||||
this.validUntil = transactionLink.validUntil
|
||||
this.showEmail = transactionLink.showEmail
|
||||
// Type 'Date | null | undefined' is not assignable to type 'Date | null'.
|
||||
this.deletedAt = null // transactionLink.deletedAt
|
||||
this.redeemedAt = null // transactionLink.redeemedAt
|
||||
this.redeemedBy = null // transactionLink.redeemedBy
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user