website cleanup
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { PaymentDTO } from '../types/generated/PaymentDto';
|
||||
import type { PaymentDTO } from '../types/generated/PaymentDTO';
|
||||
|
||||
export class PaymentViewModel {
|
||||
id: string;
|
||||
@@ -14,7 +14,7 @@ export class PaymentViewModel {
|
||||
createdAt: Date;
|
||||
completedAt?: Date;
|
||||
|
||||
constructor(dto: PaymentDto) {
|
||||
constructor(dto: PaymentDTO) {
|
||||
Object.assign(this, dto);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user