Skip to content

Commit aeb810d

Browse files
committed
docs: remove TODOs
1 parent 3ce5e2c commit aeb810d

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/MetricPusherService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ public MetricPusherService(IMetricPusher pusher, TimeSpan interval)
1616
_pusher = pusher;
1717
}
1818

19-
// TODO: add tests
2019
protected override async Task ExecuteAsync(CancellationToken stoppingToken)
2120
{
2221
async Task DoPushAsync()

src/ServiceCollectionExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ namespace Prometheus.Client.MetricPusher.HostedService;
66

77
public static class ServiceCollectionExtensions
88
{
9-
// TODO: add tests
109
public static IServiceCollection AddMetricPusherService(this IServiceCollection services, IMetricPusher pusher, TimeSpan interval)
1110
{
1211
if (pusher == null)

0 commit comments

Comments
 (0)