We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 999cd5b commit fe1605dCopy full SHA for fe1605d
package/timeJump.js
@@ -1,6 +1,6 @@
1
/* eslint-disable no-param-reassign */
2
// traverses given tree by accessing children through coords array
3
-const { saveState, returnState } = require('./masterState');
+const { returnState } = require('./masterState');
4
5
function traverseTree(tree, coords) {
6
let curr = tree;
0 commit comments