Skip to content

Commit

Permalink
remove commented out code + no {} on case handling
Browse files Browse the repository at this point in the history
  • Loading branch information
hochgi committed Dec 14, 2024
1 parent 30d053c commit feedb58
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1078,10 +1078,7 @@ final case class EndpointGen(config: Config) {
),
)
case JsonSchema.Null => throw new Exception("Null query parameters are not supported")
case JsonSchema.AnyJson => {
// throw new Exception("AnyJson query parameters are not supported")
None
}
case JsonSchema.AnyJson => None
}
}

Expand Down

0 comments on commit feedb58

Please sign in to comment.