Skip to content

Commit

Permalink
Removed obsolete dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
axunonb committed Jan 25, 2021
1 parent 746a27d commit 7e234fb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions League/Controllers/TeamApplication.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ public class TeamApplication : AbstractController
{
private readonly ITenantContext _tenantContext;
private readonly AppDb _appDb;
private readonly IStringLocalizer<TeamApplication> _localizer;
private readonly IAuthorizationService _authorizationService;
private readonly ILogger<TeamApplication> _logger;
private readonly Axuno.Tools.DateAndTime.TimeZoneConverter _timeZoneConverter;
Expand All @@ -64,7 +63,6 @@ public TeamApplication(ITenantContext tenantContext,
_queue = queue;
_sendEmailTask = sendEmailTask;
_appDb = tenantContext.DbContext.AppDb;
_localizer = localizer;
_authorizationService = authorizationService;
_logger = logger;
}
Expand Down

0 comments on commit 7e234fb

Please sign in to comment.