Skip to content

Commit 7fca303

Browse files
committed
Re-run Reassure
1 parent 46d1230 commit 7fca303

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ function isMergeableObject<TObject extends Record<string, unknown>>(value: unkno
161161
return isNonNullObject && !(value instanceof RegExp) && !(value instanceof Date) && !Array.isArray(value);
162162
}
163163

164-
/** Deep removes the nested null values from the given value. */
164+
/** Deep removes the nested null values from the given value. */
165165
function removeNestedNullValues<TValue extends OnyxInput<OnyxKey> | null>(value: TValue): TValue {
166166
if (value === null || value === undefined) {
167167
return value;

0 commit comments

Comments
 (0)