Skip to content

Commit

Permalink
Update Src/Controllers/ProductSpecificationController.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
gitauto-ai[bot] authored Dec 11, 2024
1 parent e1d1d45 commit 7039053
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Src/Controllers/ProductSpecificationController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,4 @@ public async Task<IActionResult> UpdateSpecification(int productId, int specific
await _context.UpdateProductSpecificationAsync(specification, productId, token);
return NoContent();
}
return NoContent();
}
}
}

0 comments on commit 7039053

Please sign in to comment.