Skip to content

Don't convert data which already is the target type

username-removed-2900 requested to merge api-no-convert into master

With Grape's DSL we already enforce data types. We don't need to explicitly convert to string if there is already one.

Merge request reports