chore: fix problem of transcation beeing commited throw update the "
category variant
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user