Skip to content

Commit 9a1a0c6

Browse files
eoghanmurraygithub-actions[bot]
authored andcommitted
Apply formatting changes
1 parent 583cc2f commit 9a1a0c6

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

packages/rrweb-snapshot/src/rebuild.ts

+1-7
Original file line numberDiff line numberDiff line change
@@ -402,13 +402,7 @@ export function buildNodeWithSN(
402402
cache: BuildCache;
403403
},
404404
): Node | null {
405-
const {
406-
doc,
407-
mirror,
408-
skipChild = false,
409-
afterAppend,
410-
cache,
411-
} = options;
405+
const { doc, mirror, skipChild = false, afterAppend, cache } = options;
412406
/**
413407
* Add a check to see if the node is already in the mirror. If it is, we can skip the whole process.
414408
* This situation (duplicated nodes) can happen when recorder has some unfixed bugs and the same node is recorded twice. Or something goes wrong when saving or transferring event data.

0 commit comments

Comments
 (0)