refactor
This commit is contained in:
@@ -15,7 +15,7 @@ import type { AsyncUseCase } from '@core/shared/application';
|
||||
import { Result } from '@core/shared/application/Result';
|
||||
import type { Logger } from '@core/shared/application';
|
||||
import type { ApplicationErrorCode } from '@core/shared/errors/ApplicationErrorCode';
|
||||
import type { ApplyPenaltyCommand } from './ApplyPenaltyCommand';
|
||||
import type { ApplyPenaltyCommand } from '../dto/ApplyPenaltyCommand';
|
||||
|
||||
export class ApplyPenaltyUseCase
|
||||
implements AsyncUseCase<ApplyPenaltyCommand, { penaltyId: string }, string> {
|
||||
|
||||
Reference in New Issue
Block a user