Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hobinjk-ptc committed Mar 4, 2024
1 parent 72da92d commit 73a605f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/recorder.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ function saveState(time) {
}
timeObject[time] = {};
recurse(object, objectOld, timeObject[time]);
if (Object.keys(timeObject).length === 0) delete timeObject[time];
if (Object.keys(timeObject[time]).length === 0) delete timeObject[time];
}

/**
Expand Down

0 comments on commit 73a605f

Please sign in to comment.