Enhance code readability and maintainability by refactoring various components. Update formatting commands in CLAUDE.md for csharpier integration. Simplify method signatures in SegmentFiles, UploadLimits, and multiple endpoint classes for improved clarity. Adjust query handlers and command handlers to streamline parameter handling and enhance consistency across the application.
This commit is contained in:
@@ -41,8 +41,8 @@ internal sealed class BumperRenderBackgroundService(
|
||||
{
|
||||
try
|
||||
{
|
||||
var spec = await WithScopeAsync<BumperSpecLoader, BumperRenderSpec?>(
|
||||
loader => loader.LoadAsync(job.AssetId, cancellationToken)
|
||||
var spec = await WithScopeAsync<BumperSpecLoader, BumperRenderSpec?>(loader =>
|
||||
loader.LoadAsync(job.AssetId, cancellationToken)
|
||||
);
|
||||
if (spec is null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user