website refactor
This commit is contained in:
@@ -20,7 +20,7 @@ export type RemoveLeagueMemberErrorCode =
|
||||
| 'REPOSITORY_ERROR';
|
||||
|
||||
export class RemoveLeagueMemberUseCase {
|
||||
constructor(private readonly leagueMembershipRepository: ILeagueMembershipRepository) {}
|
||||
constructor(private readonly leagueMembershipRepository: LeagueMembershipRepository) {}
|
||||
|
||||
async execute(
|
||||
params: RemoveLeagueMemberInput,
|
||||
|
||||
Reference in New Issue
Block a user