Skip to content

Commit 0265796

Browse files
committed
fix typecheck
1 parent a60cac1 commit 0265796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/util/object.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { isEqual, mapValues, union } from 'lodash'
22

3-
import type { JSONValue } from 'src/types/json'
3+
import type { JSONValue } from '../types/json'
44

55
export const removeUndefinedProps = <T extends object>(obj: T): T => {
66
const newObj: any = {}

0 commit comments

Comments
 (0)