Skip to content

Commit

Permalink
remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lastmjs committed Oct 18, 2024
1 parent 2d98b2a commit f96374a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/stable/stable_structures/stable_b_tree_map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export function StableBTreeMap<Key = any, Value = any>(
const encodedItems = globalThis._azleIcStable.stableBTreeMapItems(
memoryId,
startIndex ?? 0,
length ?? -1 // TODO fix this in the Rust
length ?? -1
);

// TODO too much copying
Expand Down

0 comments on commit f96374a

Please sign in to comment.