You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-16 22:01:54 +03:00
Fix some lint errors.
This commit is contained in:
@ -633,10 +633,10 @@ function _clearStorage() {
|
||||
baseUrl: "",
|
||||
});
|
||||
|
||||
const clear = async() => {
|
||||
const clear = async () => {
|
||||
await EventIndexPeg.deleteEventIndex();
|
||||
await cli.clearStores();
|
||||
}
|
||||
};
|
||||
|
||||
return clear();
|
||||
}
|
||||
|
Reference in New Issue
Block a user