Skip to content

Commit

Permalink
Fix use getService in get-validate-asset-command
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihajlo-Pavlovic committed Dec 19, 2024
1 parent 010ebd9 commit 7124a22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { OPERATION_ID_STATUS, ERROR_TYPE } from '../../../../constants/constants
class GetValidateAssetCommand extends ValidateAssetCommand {
constructor(ctx) {
super(ctx);
this.operationService = ctx.publishService;
this.operationService = ctx.getService;
this.errorType = ERROR_TYPE.GET.GET_VALIDATE_ASSET_ERROR;
}

Expand Down

0 comments on commit 7124a22

Please sign in to comment.