From e0a207c1238d536a39e905e0d9f4c1a686574678 Mon Sep 17 00:00:00 2001 From: David Nagy Date: Thu, 29 Feb 2024 10:48:30 +0100 Subject: [PATCH] chore: remove unused ts directive --- src/object/object.util.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/object/object.util.ts b/src/object/object.util.ts index 3f64c3d4..0d49ffc7 100644 --- a/src/object/object.util.ts +++ b/src/object/object.util.ts @@ -360,7 +360,6 @@ export function _set(obj: T, path: PropertyPath, value: any a[c] : // No: create the key. Is the next key a potential array-index? (a[c] = - // @ts-expect-error // eslint-disable-next-line Math.abs(path[i + 1]) >> 0 === +path[i + 1] ? [] // Yes: assign a new array object