Skip to content

Commit 2774969

Browse files
committed
Fix OffloadHostedService visibility
1 parent a8b2e11 commit 2774969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/WetPicsRebirth/Services/Offload/OffloadHostedService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ internal class OffloadHostedService<T> : IHostedService
99
private readonly IOptions<OffloadOptions<T>> _options;
1010
private readonly ILogger<OffloadHostedService<T>> _logger;
1111

12-
protected OffloadHostedService(
12+
public OffloadHostedService(
1313
IOffloadReader<T> offload,
1414
IServiceProvider serviceProvider,
1515
IOptions<OffloadOptions<T>> options,

0 commit comments

Comments
 (0)