Skip to content

Commit

Permalink
Remove unuse row
Browse files Browse the repository at this point in the history
  • Loading branch information
agile.zhou committed Apr 15, 2024
1 parent 1530b69 commit ba30b7b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/AgileConfig.Server.Apisite/InitService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ public InitService(IServiceScopeFactory serviceScopeFactory, ISystemInitializati
_remoteServerNodeProxy = _localServiceScope.ServiceProvider.GetService<IRemoteServerNodeProxy>();
_eventRegister = _localServiceScope.ServiceProvider.GetService<IEventRegister>();
_serverNodeService = _localServiceScope.ServiceProvider.GetService<IServerNodeService>();
_serverNodeService = _localServiceScope.ServiceProvider.GetService<IServerNodeService>();
_serviceHealthCheckService = _localServiceScope.ServiceProvider.GetService<IServiceHealthCheckService>();
}

Expand Down

0 comments on commit ba30b7b

Please sign in to comment.