Skip to content

Commit

Permalink
DASB-466 - Fixed the graphql description of the service health check (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrystof authored Jun 13, 2024
1 parent 45ca15f commit f036cc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class HealthQueryService : Query {

private val logger = KotlinLogging.logger {}

@GraphQLDescription("Return a single report from the provided uploadId")
@GraphQLDescription("Performs a service health check of the processing status API and it's dependencies.")
@Suppress("unused")
fun getHealth(): HealthCheck {
var cosmosDBHealthy = false
Expand Down

0 comments on commit f036cc7

Please sign in to comment.