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 ff2fc1c commit 69a3c89Copy full SHA for 69a3c89
app/src/main/kotlin/com/kuvaszuptime/kuvasz/services/integrations/TelegramAPIService.kt
@@ -27,6 +27,7 @@ class TelegramAPIClient(@Client private val client: HttpClient) {
27
}
28
29
@Singleton
30
+@Requires(bean = TelegramAPIClient::class)
31
class TelegramAPIService(
32
private val client: TelegramAPIClient,
33
) : TextMessageService, TestableNotificationService<TelegramNotificationConfig> {
0 commit comments