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