From 3a417d613ffab29cb446c1657e1cfa7f69157bee Mon Sep 17 00:00:00 2001 From: "Tizian.Breuch" Date: Fri, 7 Nov 2025 13:48:23 +0100 Subject: [PATCH] asd --- Webshop.Infrastructure/Repositories/ProductRepository.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Webshop.Infrastructure/Repositories/ProductRepository.cs b/Webshop.Infrastructure/Repositories/ProductRepository.cs index 17da4a8..a5c9cca 100644 --- a/Webshop.Infrastructure/Repositories/ProductRepository.cs +++ b/Webshop.Infrastructure/Repositories/ProductRepository.cs @@ -56,9 +56,9 @@ namespace Webshop.Infrastructure.Repositories } } - public async Task SaveChangesAsync() + public async Task SaveChangesAsync() { - return await _context.SaveChangesAsync(); + await _context.SaveChangesAsync(); } } } \ No newline at end of file