Skip to content

Commit

Permalink
fix compler error, use mise
Browse files Browse the repository at this point in the history
  • Loading branch information
uberbinge committed Jan 10, 2025
1 parent 8a7fa0e commit fdfd534
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class OpenApiValidator(

private fun APIGatewayProxyRequestEvent.toRequest(): Request {
val builder =
when (httpMethod.toLowerCase()) {
when (httpMethod.lowercase()) {
"get" -> SimpleRequest.Builder.get(path)
"post" -> SimpleRequest.Builder.post(path)
"put" -> SimpleRequest.Builder.put(path)
Expand Down

0 comments on commit fdfd534

Please sign in to comment.