Skip to content
This repository was archived by the owner on Sep 30, 2023. It is now read-only.

Commit af3df8f

Browse files
committed
Rollback
1 parent 7f3a955 commit af3df8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/EventIndex.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ class EventIndex {
66
}
77

88
get() {
9-
return this._index ? this._index : []
9+
return this._index ? this._index.values : []
1010
}
1111

1212
updateIndex(oplog) {
13-
this._index = oplog.values
13+
this._index = oplog
1414
}
1515
}
1616

0 commit comments

Comments
 (0)