From 84a335481c5bd9664120781f18770ba74277c025 Mon Sep 17 00:00:00 2001 From: nicetnetennba Date: Mon, 16 Dec 2024 09:09:43 -0300 Subject: [PATCH] removed duplicated line --- packages/object-schema/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/object-schema/README.md b/packages/object-schema/README.md index db1c1df..38bc785 100644 --- a/packages/object-schema/README.md +++ b/packages/object-schema/README.md @@ -189,8 +189,6 @@ console.log("date" in result); // false If you'd like the presence of one key to require the presence of another key, you can use the `requires` property to specify an array of other properties that any key requires. For example: ```js -const schema = new ObjectSchema(); - const schema = new ObjectSchema({ date: { merge() {