Skip to content

Commit fe1605d

Browse files
committed
omit func
1 parent 999cd5b commit fe1605d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/timeJump.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-disable no-param-reassign */
22
// traverses given tree by accessing children through coords array
3-
const { saveState, returnState } = require('./masterState');
3+
const { returnState } = require('./masterState');
44

55
function traverseTree(tree, coords) {
66
let curr = tree;

0 commit comments

Comments
 (0)