Skip to content

Commit

Permalink
fix: issue with lower fill factor than order for single element tree (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragvohraec authored and Alex-Werner committed May 15, 2020
1 parent 1bd6f95 commit ad763eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/SBFRoot/methods/ops/findLowerThan.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ async function findLowerThan(key, includeKey = false) {
let p = [];

if(childrens.length===0){
leafIndex--;
if(identifiers[leafIndex]){
const last = keys.lastIndexOf(key);

Expand Down

0 comments on commit ad763eb

Please sign in to comment.