We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a60cac1 commit 0265796Copy full SHA for 0265796
common/src/util/object.ts
@@ -1,6 +1,6 @@
1
import { isEqual, mapValues, union } from 'lodash'
2
3
-import type { JSONValue } from 'src/types/json'
+import type { JSONValue } from '../types/json'
4
5
export const removeUndefinedProps = <T extends object>(obj: T): T => {
6
const newObj: any = {}
0 commit comments