Skip to content
This repository was archived by the owner on Jun 28, 2026. It is now read-only.

Commit 9ccc6bb

Browse files
committed
Fixed TS error
1 parent 9d694a2 commit 9ccc6bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/lib/utils/utils.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ export declare class ObjectUtils {
153153
static sort(value1: any, value2: any, order: number, locale: string | string[]): number;
154154
static getNestedValue(obj: object, path: string): any;
155155
static absoluteCompare(objA: object, objB: object, maxDepth?: number, currentDepth?: number): boolean;
156-
static selectiveCompare(a: object, b: object, keysToCompare?: string[], maxDepth: number = 1): boolean;
156+
static selectiveCompare(a: object, b: object, keysToCompare?: string[], maxDepth?: number): boolean;
157157
}
158158

159159
/**

0 commit comments

Comments
 (0)