website refactor
This commit is contained in:
@@ -21,8 +21,8 @@ export interface ApproveLeagueJoinRequestResult {
|
||||
|
||||
export class ApproveLeagueJoinRequestUseCase {
|
||||
constructor(
|
||||
private readonly leagueMembershipRepository: ILeagueMembershipRepository,
|
||||
private readonly leagueRepository: ILeagueRepository,
|
||||
private readonly leagueMembershipRepository: LeagueMembershipRepository,
|
||||
private readonly leagueRepository: LeagueRepository,
|
||||
) {}
|
||||
|
||||
async execute(
|
||||
|
||||
Reference in New Issue
Block a user