Skip to content

Commit 4932525

Browse files
authored
chore: Remove unused skip field. (#571)
1 parent 907d08b commit 4932525

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/shared/sdk-server/src/store/serialization.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ export function nullReplacer(target: any, excludeKeys?: string[]): void {
7070
key,
7171
value,
7272
parent: item.value,
73-
skip: false,
7473
})),
7574
);
7675
}

0 commit comments

Comments
 (0)