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;