mirror of
https://github.com/bitwarden/server
synced 2025-12-06 00:03:34 +00:00
make cloudqueues readonly
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user