refactor: atualizações e remoção de módulos não utilizados
This commit is contained in:
@@ -39,7 +39,7 @@ export class PaymentDto {
|
||||
|
||||
@ApiProperty({
|
||||
description: 'Valor do pagamento',
|
||||
example: 1000.00,
|
||||
example: 1000.0,
|
||||
})
|
||||
amount: number;
|
||||
|
||||
@@ -64,4 +64,4 @@ export class PaymentDto {
|
||||
constructor(partial: Partial<PaymentDto>) {
|
||||
Object.assign(this, partial);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user