mirror of
https://github.com/bitwarden/server.git
synced 2025-04-17 19:18:16 -05:00
Use Any from Linq, not internal Entity Framework Any (#1194)
This commit is contained in:
parent
edb13bbba8
commit
7d5b835a79
@ -1,5 +1,6 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
|
using System.Linq;
|
||||||
using Bit.Core;
|
using Bit.Core;
|
||||||
using Bit.Core.Context;
|
using Bit.Core.Context;
|
||||||
using Bit.Core.Jobs;
|
using Bit.Core.Jobs;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user