From 7d5b835a79fb779dfb0103928312d236281f47b1 Mon Sep 17 00:00:00 2001 From: Matt Gibson Date: Mon, 8 Mar 2021 15:13:43 -0600 Subject: [PATCH] Use Any from Linq, not internal Entity Framework Any (#1194) --- src/Admin/Jobs/DeleteSendsJob.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Admin/Jobs/DeleteSendsJob.cs b/src/Admin/Jobs/DeleteSendsJob.cs index d8a325aa3e..523ed09fa3 100644 --- a/src/Admin/Jobs/DeleteSendsJob.cs +++ b/src/Admin/Jobs/DeleteSendsJob.cs @@ -1,5 +1,6 @@ using System; using System.Threading.Tasks; +using System.Linq; using Bit.Core; using Bit.Core.Context; using Bit.Core.Jobs;