remove unused variable

This commit is contained in:
Stanley Dimant
2022-08-23 02:32:18 +02:00
parent dab12fbb30
commit afcb268ccc

View File

@@ -38,7 +38,6 @@ namespace MareSynchronosServer.Hubs
this.contextAccessor = contextAccessor; this.contextAccessor = contextAccessor;
_logger = logger; _logger = logger;
_dbContext = mareDbContext; _dbContext = mareDbContext;
_staticFileAddress = new Uri(_configuration["StaticFileServiceAddress"]);
} }
[HubMethodName(Api.InvokeHeartbeat)] [HubMethodName(Api.InvokeHeartbeat)]