feat: Cleaning up some unused code.

This commit is contained in:
2024-11-12 21:18:02 -05:00
parent 8067331ff8
commit fbbd65f7ae
3 changed files with 20 additions and 8 deletions

View File

@@ -36,7 +36,6 @@ struct Application {
try await withDependencies {
$0.psychrometricClient = .liveValue
// $0.sensorsClient = .live(client: mqtt)
$0.topicListener = .live(client: mqtt)
$0.topicPublisher = .live(client: mqtt)
$0.mqttConnectionManager = .live(client: mqtt, logger: logger)
@@ -59,6 +58,8 @@ struct Application {
try await serviceGroup.run()
}
try await mqtt.shutdown()
}
}