Skip to content

Commit 0bae5dc

Browse files
committed
PM-1033 - fix casing
1 parent a346540 commit 0bae5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dto/adminWinning.dto.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ export class PaymentDetailDto {
498498
currency: string;
499499
releaseDate: Date;
500500
category: string;
501-
billing_account: string;
501+
billingAccount: string;
502502
}
503503

504504
export class WinningDto {

0 commit comments

Comments
 (0)