Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
Fix CRUDOptions interface. depth should not be required
Browse files Browse the repository at this point in the history
  • Loading branch information
onechiporenko committed Sep 29, 2017
1 parent 00e2f74 commit aa8cd0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/lair.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ interface AfterCreateItem {
}

export interface CRUDOptions {
depth: number;
depth?: number;
ignoreRelated?: string[];
handleNotAttrs?: boolean;
}
Expand Down

0 comments on commit aa8cd0f

Please sign in to comment.