fix issues in core
This commit is contained in:
@@ -3,7 +3,7 @@ import type { ILeagueRepository } from '../../domain/repositories/ILeagueReposit
|
||||
import { Result } from '@core/shared/application/Result';
|
||||
import type { ApplicationErrorCode } from '@core/shared/errors/ApplicationErrorCode';
|
||||
import type { UseCaseOutputPort } from '@core/shared/application';
|
||||
import type { Season } from '../../domain/entities/Season';
|
||||
import type { Season } from '../../domain/entities/season/Season';
|
||||
|
||||
export type GetSeasonDetailsInput = {
|
||||
leagueId: string;
|
||||
|
||||
Reference in New Issue
Block a user