Fix some lint errors.
This commit is contained in:
parent
1cc64f2426
commit
1df28c7526
4 changed files with 11 additions and 12 deletions
|
@ -633,10 +633,10 @@ function _clearStorage() {
|
|||
baseUrl: "",
|
||||
});
|
||||
|
||||
const clear = async() => {
|
||||
const clear = async () => {
|
||||
await EventIndexPeg.deleteEventIndex();
|
||||
await cli.clearStores();
|
||||
}
|
||||
};
|
||||
|
||||
return clear();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue