diff --git a/src/Core/Services/AzureBlockIpService.cs b/src/Core/Services/AzureBlockIpService.cs index 3089b6ed69..233261d91f 100644 --- a/src/Core/Services/AzureBlockIpService.cs +++ b/src/Core/Services/AzureBlockIpService.cs @@ -7,8 +7,8 @@ namespace Bit.Core.Services { public class AzureBlockIpService : IBlockIpService { - private CloudQueue _blockIpQueue; - private CloudQueue _unblockIpQueue; + private readonly CloudQueue _blockIpQueue; + private readonly CloudQueue _unblockIpQueue; public AzureBlockIpService( GlobalSettings globalSettings)