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

Commit 6ec396c

Browse files
committed
Start with an empty index (log)
1 parent 0769b24 commit 6ec396c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EventIndex.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
class EventIndex {
44
constructor() {
5-
this._index = []
5+
this._index = null
66
}
77

88
get() {

0 commit comments

Comments
 (0)