1
0
mirror of https://github.com/bitwarden/server.git synced 2025-02-22 02:51:33 +01:00

make cloudqueues readonly

This commit is contained in:
Kyle Spearrin 2016-11-30 21:54:04 -05:00
parent b87c9c1a5a
commit 4aa5292a50

View File

@ -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)