Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jSylvestre committed Mar 11, 2024
1 parent a14c7ea commit db93502
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Sloth.Web/Views/Reports/DownloadableTransactions.cshtml
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
@using Humanizer
@using Sloth.Core.Extensions
@using Sloth.Core.Resources
@using Microsoft.AspNetCore.Http
@using Microsoft.AspNetCore.Routing
@inject IHttpContextAccessor HttpContextAccessor
@{
var teamSlug = HttpContextAccessor.HttpContext.GetRouteData().Values["team"] as string;
}
@model Sloth.Web.Models.ReportViewModels.TransfersReportViewModel

<div class="container">
Expand Down

0 comments on commit db93502

Please sign in to comment.