mirror of
https://github.com/bitwarden/server.git
synced 2025-07-10 12:24:50 -05:00
make cloudqueues readonly
This commit is contained in:
@ -7,8 +7,8 @@ namespace Bit.Core.Services
|
|||||||
{
|
{
|
||||||
public class AzureBlockIpService : IBlockIpService
|
public class AzureBlockIpService : IBlockIpService
|
||||||
{
|
{
|
||||||
private CloudQueue _blockIpQueue;
|
private readonly CloudQueue _blockIpQueue;
|
||||||
private CloudQueue _unblockIpQueue;
|
private readonly CloudQueue _unblockIpQueue;
|
||||||
|
|
||||||
public AzureBlockIpService(
|
public AzureBlockIpService(
|
||||||
GlobalSettings globalSettings)
|
GlobalSettings globalSettings)
|
||||||
|
Reference in New Issue
Block a user