mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
remove jb annotation
This commit is contained in:
parent
66cf5ca48e
commit
6136ac03db
1 changed files with 0 additions and 2 deletions
|
|
@ -6,12 +6,10 @@
|
|||
using AutoMapper.QueryableExtensions;
|
||||
using FilterLists.Data;
|
||||
using FilterLists.Services.Snapshot.Models;
|
||||
using JetBrains.Annotations;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace FilterLists.Services.Snapshot
|
||||
{
|
||||
[UsedImplicitly]
|
||||
public class SnapshotService : Service
|
||||
{
|
||||
private readonly DateTime yesterday = DateTime.UtcNow.AddDays(-1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue