Skip to content

Commit

Permalink
removed duplicated line
Browse files Browse the repository at this point in the history
  • Loading branch information
dolchi21 authored Dec 16, 2024
1 parent 3766b5f commit 84a3354
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/object-schema/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 84a3354

Please sign in to comment.