We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d0f4caa + f0e46d6 commit 1607876Copy full SHA for 1607876
src/collection.js
@@ -36,7 +36,7 @@ class BaseCollection {
36
}
37
38
_indexHandle (indexHandle) {
39
- if (typeof documentHandle !== 'string') {
+ if (typeof indexHandle !== 'string') {
40
if (indexHandle.id) {
41
return indexHandle.id
42
0 commit comments