mirror of
https://github.com/bitwarden/server.git
synced 2025-02-23 03:01:23 +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
|
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user