Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
EdiWang committed Nov 1, 2024
1 parent 0e15710 commit ecc4b5f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/API/Features/GetMostRequestedLinkCountQuery.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ public class GetMostRequestedLinkCountQueryHandler(ElfDbContext dbContext) :
{
public async Task<List<MostRequestedLinkCount>> Handle(GetMostRequestedLinkCountQuery request, CancellationToken ct)
{
var utc = DateTime.UtcNow;

var data = await dbContext.LinkTracking
.Where(p => p.RequestTimeUtc <= request.Request.EndDateUtc.Date &&
p.RequestTimeUtc >= request.Request.StartDateUtc.Date)
Expand Down

0 comments on commit ecc4b5f

Please sign in to comment.