EventIndexing: Add a missing platform getting.
This commit is contained in:
parent
ecbc47c548
commit
d69eb78b66
1 changed files with 1 additions and 0 deletions
|
@ -385,6 +385,7 @@ export default class EventIndexer {
|
||||||
}
|
}
|
||||||
|
|
||||||
async deleteEventIndex() {
|
async deleteEventIndex() {
|
||||||
|
const platform = PlatformPeg.get();
|
||||||
if (platform.supportsEventIndexing()) {
|
if (platform.supportsEventIndexing()) {
|
||||||
console.log("Seshat: Deleting event index.");
|
console.log("Seshat: Deleting event index.");
|
||||||
this.crawlerRef.cancel();
|
this.crawlerRef.cancel();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue