1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2026-01-03 21:42:32 +03:00

EventIndex: Silence the linter complaining about missing docs.

This commit is contained in:
Damir Jelić
2019-11-20 12:47:20 +01:00
parent 0631faf902
commit 4bd46f9d69

View File

@@ -17,7 +17,7 @@ limitations under the License.
import PlatformPeg from "../PlatformPeg";
import MatrixClientPeg from "../MatrixClientPeg";
/**
/*
* Event indexing class that wraps the platform specific event indexing.
*/
export default class EventIndex {