website refactor
This commit is contained in:
@@ -23,7 +23,7 @@ import { UpsertExternalGameRatingInput, UpsertExternalGameRatingOutput } from '.
|
||||
*/
|
||||
export class UpsertExternalGameRatingUseCase {
|
||||
constructor(
|
||||
private readonly externalGameRatingRepository: IExternalGameRatingRepository
|
||||
private readonly externalGameRatingRepository: ExternalGameRatingRepository
|
||||
) {}
|
||||
|
||||
async execute(input: UpsertExternalGameRatingInput): Promise<UpsertExternalGameRatingOutput> {
|
||||
|
||||
Reference in New Issue
Block a user