Skip to content

Commit

Permalink
bro what HOW DID I FORGET THIS ONE
Browse files Browse the repository at this point in the history
  • Loading branch information
citrizon committed Dec 13, 2024
1 parent 3a9ad36 commit 8e574ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module.exports = class CrucifixNode {
remove () {
if ( typeof this.index !== 'undefined' ) {
delete this.parent[ this.key ][ this.index ];
this.shouldFilter = true;
return this.shouldFilter = true;
}
delete this.parent[ this.key ];
}
Expand Down

0 comments on commit 8e574ef

Please sign in to comment.