asd
All checks were successful
Branch - test - Build and Push Backend API Docker Image / build-and-push (push) Successful in 25s

This commit is contained in:
Tizian.Breuch
2025-11-07 13:48:23 +01:00
parent 39a6800373
commit 3a417d613f

View File

@@ -56,9 +56,9 @@ namespace Webshop.Infrastructure.Repositories
}
}
public async Task<int> SaveChangesAsync()
public async Task SaveChangesAsync()
{
return await _context.SaveChangesAsync();
await _context.SaveChangesAsync();
}
}
}