We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bc41c9 commit 8875a0eCopy full SHA for 8875a0e
Examples/open-telemetry/Sources/Example/Example.swift
@@ -57,8 +57,7 @@ struct Example {
57
}
58
59
var app = Application(router: router)
60
- app.addServices(observability)
61
- app.addServices(valkeyClient)
+ app.addServices(observability, valkeyClient)
62
63
try await app.runService()
64
0 commit comments