Skip to content

Commit

Permalink
analizators/s3604
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhorukovAnton committed Jan 24, 2022
1 parent fb3a61d commit 0fcac47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/ASC.Core.Common/Billing/CouponManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class CouponManager
private readonly byte[] Secret;
private readonly Uri BaseAddress;
private readonly string ApiVersion;
private readonly SemaphoreSlim SemaphoreSlim = new SemaphoreSlim(1, 1);
private readonly SemaphoreSlim SemaphoreSlim;
private readonly ILog Log;


Expand Down
2 changes: 1 addition & 1 deletion common/services/ASC.Webhooks.Service/WorkerService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ namespace ASC.Webhooks.Service
[Singletone]
public class WorkerService
{
private readonly int? threadCount = 10;
private readonly int? threadCount;
private readonly WebhookSender webhookSender;
private readonly ConcurrentQueue<WebhookRequest> queue;
private CancellationToken cancellationToken;
Expand Down

0 comments on commit 0fcac47

Please sign in to comment.