fix: Remove OpenAPI format for rowFilter params (#3661)

This commit is contained in:
Dan Kurin
2024-07-16 11:13:47 -05:00
committed by GitHub
parent d7da18147b
commit b261abd5f5
2 changed files with 3 additions and 2 deletions
+1 -2
View File
@@ -296,8 +296,7 @@ makeRowFilter tn c =
& required ?~ False
& schema .~ ParamOther ((mempty :: ParamOtherSchema)
& in_ .~ ParamQuery
& type_ ?~ SwaggerString
& format ?~ colType c))
& type_ ?~ SwaggerString))
makeRowFilters :: Text -> [Column] -> [(Text, Param)]
makeRowFilters tn = fmap (makeRowFilter tn)