Skip to content

Commit 8875a0e

Browse files
slashmofabianfett
authored andcommitted
Clean up service bootstrap in open-telemetry example
Signed-off-by: Moritz Lang <[email protected]>
1 parent 0bc41c9 commit 8875a0e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Examples/open-telemetry/Sources/Example/Example.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ struct Example {
5757
}
5858

5959
var app = Application(router: router)
60-
app.addServices(observability)
61-
app.addServices(valkeyClient)
60+
app.addServices(observability, valkeyClient)
6261

6362
try await app.runService()
6463
}

0 commit comments

Comments
 (0)