website cleanup
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { WalletDto } from '../types/generated/WalletDto';
|
||||
import { WalletDTO } from '../types/generated/WalletDTO';
|
||||
import { FullTransactionDto, WalletTransactionViewModel } from './WalletTransactionViewModel';
|
||||
|
||||
export class WalletViewModel {
|
||||
@@ -11,7 +11,7 @@ export class WalletViewModel {
|
||||
createdAt: string;
|
||||
currency: string;
|
||||
|
||||
constructor(dto: WalletDto & { transactions?: FullTransactionDto[] }) {
|
||||
constructor(dto: WalletDTO & { transactions?: any[] }) {
|
||||
this.id = dto.id;
|
||||
this.leagueId = dto.leagueId;
|
||||
this.balance = dto.balance;
|
||||
|
||||
Reference in New Issue
Block a user