EventIndexPeg: Add a missing return statement.
This commit is contained in:
@@ -61,6 +61,7 @@ class EventIndexPeg {
|
||||
await index.init();
|
||||
} catch (e) {
|
||||
console.log("EventIndex: Error initializing the event index", e);
|
||||
return false;
|
||||
}
|
||||
|
||||
console.log("EventIndex: Successfully initialized the event index");
|
||||
|
||||
Reference in New Issue
Block a user