website refactor
This commit is contained in:
@@ -21,7 +21,7 @@ export type UpdateLeagueMemberRoleErrorCode =
|
||||
| 'REPOSITORY_ERROR';
|
||||
|
||||
export class UpdateLeagueMemberRoleUseCase {
|
||||
constructor(private readonly leagueMembershipRepository: ILeagueMembershipRepository) {}
|
||||
constructor(private readonly leagueMembershipRepository: LeagueMembershipRepository) {}
|
||||
|
||||
async execute(
|
||||
input: UpdateLeagueMemberRoleInput,
|
||||
|
||||
Reference in New Issue
Block a user