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