mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
use db values instead of null
This commit is contained in:
parent
dbc8382f33
commit
91fe38fe8f
@ -15,9 +15,9 @@ export class TransactionLink {
|
||||
this.createdAt = transactionLink.createdAt
|
||||
this.validUntil = transactionLink.validUntil
|
||||
this.showEmail = transactionLink.showEmail
|
||||
this.deletedAt = null
|
||||
this.redeemedAt = null
|
||||
this.redeemedBy = null
|
||||
this.deletedAt = transactionLink.deletedAt
|
||||
this.redeemedAt = transactionLink.redeemedAt
|
||||
this.redeemedBy = transactionLink.redeemedBy
|
||||
}
|
||||
|
||||
@Field(() => Number)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user