Skip to content

Commit 43a0722

Browse files
committed
fix detekt
1 parent 1f7435b commit 43a0722

File tree

1 file changed

+1
-0
lines changed
  • graphql-kotlin-boot-server/src/main/kotlin/com/expediagroup/graphql/boot/server

1 file changed

+1
-0
lines changed

graphql-kotlin-boot-server/src/main/kotlin/com/expediagroup/graphql/boot/server/QueryHandler.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ interface QueryHandler {
3636

3737
open class SimpleQueryHandler(private val graphql: GraphQL) : QueryHandler {
3838

39+
@Suppress("TooGenericExceptionCaught")
3940
@ExperimentalCoroutinesApi
4041
override suspend fun executeQuery(request: GraphQLRequest): GraphQLResponse {
4142
val reactorContext = coroutineContext[ReactorContext]

0 commit comments

Comments
 (0)