remove unused variable
This commit is contained in:
@@ -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)]
|
||||||
|
|||||||
Reference in New Issue
Block a user