Skip to content

Commit

Permalink
Update src/collections/vector.js
Browse files Browse the repository at this point in the history
Co-authored-by: Austin Abell <austinabell8@gmail.com>
  • Loading branch information
ailisp and austinabell authored May 20, 2022
1 parent 015cc0d commit c80b004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collections/vector.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export class Vector {
let data = new Uint32Array([index])
let array = new Uint8Array(data.buffer)
let key = u8ArrayToString(array)
return prefix + key
return this.prefix + key
}

get(index) {
Expand Down

0 comments on commit c80b004

Please sign in to comment.