Skip to content

Commit b258952

Browse files
formanb-yogesh
andauthored
Update dashi/src/lib/utils/objPath.ts
Co-authored-by: b-yogesh <[email protected]>
1 parent d45bfc2 commit b258952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashi/src/lib/utils/objPath.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export function setValue<S extends object | undefined>(
2626
return _setValue(obj, toObjPath(path), value);
2727
}
2828

29-
export function _setValue<S extends object | undefined>(
29+
function _setValue<S extends object | undefined>(
3030
obj: S,
3131
path: ObjPath,
3232
value: unknown,

0 commit comments

Comments
 (0)