Fix code style issues (#234)

This commit is contained in:
github-actions[bot]
2025-12-27 12:18:30 +00:00
committed by GitHub
parent c5b59292e4
commit 094dfdd67d

View File

@@ -2706,7 +2706,7 @@ func (impl *BusinessStoreImpl) RetrievePendingAsyncTasks(ctx context.Context, co
return []*dbgen.GetPendingAsyncTasksRow{}, nil
}
slog.ErrorContext(ctx, "Failed to retrieve async tasks", "before", before, "count", count, "attemps", maxProcessingAttempts, common.ErrAttr(err))
slog.ErrorContext(ctx, "Failed to retrieve async tasks", "before", before, "count", count, "attempts", maxProcessingAttempts, common.ErrAttr(err))
return nil, err
}