website refactor
This commit is contained in:
@@ -11,7 +11,7 @@ import { CastAdminVoteInput, CastAdminVoteOutput } from '../dtos/AdminVoteSessio
|
||||
*/
|
||||
export class CastAdminVoteUseCase {
|
||||
constructor(
|
||||
private readonly adminVoteSessionRepository: IAdminVoteSessionRepository,
|
||||
private readonly adminVoteSessionRepository: AdminVoteSessionRepository,
|
||||
) {}
|
||||
|
||||
async execute(input: CastAdminVoteInput): Promise<CastAdminVoteOutput> {
|
||||
|
||||
Reference in New Issue
Block a user