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:
parent
b87c9c1a5a
commit
4aa5292a50
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user