website refactor
This commit is contained in:
@@ -15,7 +15,7 @@ export type GetLeagueAdminErrorCode = 'LEAGUE_NOT_FOUND' | 'REPOSITORY_ERROR';
|
||||
|
||||
export class GetLeagueAdminUseCase {
|
||||
constructor(
|
||||
private readonly leagueRepository: ILeagueRepository,
|
||||
private readonly leagueRepository: LeagueRepository,
|
||||
) {}
|
||||
|
||||
async execute(
|
||||
|
||||
Reference in New Issue
Block a user