Lint
This commit is contained in:
parent
1e01f0d757
commit
b8a2c4d6b3
|
@ -24,7 +24,6 @@ import {
|
|||
JsonFieldSubType,
|
||||
LogicalOperator,
|
||||
RelationshipType,
|
||||
RequiredKeys,
|
||||
Row,
|
||||
RowSearchParams,
|
||||
SearchFilters,
|
||||
|
|
|
@ -36,7 +36,3 @@ function validate(schema: AnyZodObject, property: "body" | "params") {
|
|||
export function validateBody(schema: AnyZodObject) {
|
||||
return validate(schema, "body")
|
||||
}
|
||||
|
||||
// export function validateParams(schema: AnyZodObject) {
|
||||
// return validate(schema, "params")
|
||||
// }
|
||||
|
|
Loading…
Reference in New Issue