1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-01 16:12:49 -05:00

cleanup unused vars

This commit is contained in:
Kyle Spearrin
2017-08-14 11:08:05 -04:00
parent 8f84f8b488
commit 9e566e90a9
3 changed files with 0 additions and 10 deletions

View File

@ -11,7 +11,6 @@ namespace Bit.Core.Services
{
public class RelayPushNotificationService : BaseRelayPushNotificationService, IPushNotificationService
{
private readonly HttpClient _client;
private readonly IHttpContextAccessor _httpContextAccessor;
public RelayPushNotificationService(