some refactoring
Compare changes
@@ -3,7 +3,7 @@ import { ZodType } from "zod";
@@ -3,7 +3,7 @@ import { ZodType } from "zod";
import { addShoppingCartSchema, deleteShoppingCartSchema, queryNameSchema, updateShoppingCartSchema } from "./shoppingcart.schema";
@@ -30,7 +30,7 @@ export class ShoppingCartValidityChecker extends ValidityChecker {
@@ -30,7 +30,7 @@ export class ShoppingCartValidityChecker extends ValidityChecker {