mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 20:57:22 +01:00
remove unused variable
This commit is contained in:
parent
dab12fbb30
commit
afcb268ccc
1 changed files with 0 additions and 1 deletions
|
|
@ -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)]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue