Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
catosaurusrex2003 committed Oct 22, 2024
1 parent 9b73e41 commit 79d7344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/src/helpers/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ export class SchemaHelpers {
}

// eslint-disable-next-line @typescript-eslint/no-explicit-any
private static jsonFieldToSchema(value: any, MAX_REC: number = 10): any {
private static jsonFieldToSchema(value: any, MAX_REC = 10): any {
// MAX_REC should never be passed as parameter.
// it is meant for internal recursion limit tracking
if (MAX_REC == 0) {
Expand Down

0 comments on commit 79d7344

Please sign in to comment.