1
0
mirror of https://github.com/bitwarden/server.git synced 2025-03-10 13:09:12 +01:00

Use Any from Linq, not internal Entity Framework Any (#1194)

This commit is contained in:
Matt Gibson 2021-03-08 15:13:43 -06:00 committed by GitHub
parent edb13bbba8
commit 7d5b835a79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
using System;
using System.Threading.Tasks;
using System.Linq;
using Bit.Core;
using Bit.Core.Context;
using Bit.Core.Jobs;