website refactor
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
import type { Transaction, TransactionType } from '@core/racing/domain/entities/league-wallet/Transaction';
|
||||
import type { TransactionRepository } from '@core/racing/domain/repositories/TransactionRepository';
|
||||
import type { Logger } from '@core/shared/domain';
|
||||
import type { Logger } from '@core/shared/domain/Logger';
|
||||
|
||||
export class InMemoryTransactionRepository implements TransactionRepository {
|
||||
private transactions: Map<string, Transaction> = new Map();
|
||||
|
||||
Reference in New Issue
Block a user