From 7039053545e42a25827bd2448ffa13d11f791f00 Mon Sep 17 00:00:00 2001 From: "gitauto-ai[bot]" <161652217+gitauto-ai[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 00:19:33 +0000 Subject: [PATCH] Update Src/Controllers/ProductSpecificationController.cs --- Src/Controllers/ProductSpecificationController.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Src/Controllers/ProductSpecificationController.cs b/Src/Controllers/ProductSpecificationController.cs index 4c1c9ec72..03682c53c 100644 --- a/Src/Controllers/ProductSpecificationController.cs +++ b/Src/Controllers/ProductSpecificationController.cs @@ -43,7 +43,4 @@ public async Task UpdateSpecification(int productId, int specific await _context.UpdateProductSpecificationAsync(specification, productId, token); return NoContent(); } - return NoContent(); - } - } }