chore: fix problem of transcation beeing commited throw update the "

category variant
This commit is contained in:
mahyargdz
2025-09-21 11:45:24 +03:30
parent 3d1aa01f2e
commit 79f597cc90
23 changed files with 52 additions and 97 deletions
@@ -95,7 +95,7 @@ export class AdminCategoryController extends BaseController {
return this.response({ data }, HttpStatus.Created);
}
@ApiOperation("add a category variant")
@ApiOperation("update a category variant")
@ApiResponse("successful", HttpStatus.Created)
@ApiParam("id", "id of category", true)
@ApiModel(UpdateCategoryVariantDTO)