1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-12-04 05:02:41 +03:00

Fix some eslint

This commit is contained in:
Eric Eastwood
2022-12-08 18:37:33 -06:00
parent ed91bd9c11
commit 9841f92415

View File

@@ -9311,9 +9311,9 @@ export class MatrixClient extends TypedEventEmitter<EmittedEvents, ClientEventHa
/**
* Find the event_id closest to the given timestamp in the given direction.
* @return Resolves: A promise of an object containing the event_id and
* @returns Resolves: A promise of an object containing the event_id and
* origin_server_ts of the closest event to the timestamp in the given direction
* @return Rejects: when the request fails (module:http-api.MatrixError)
* @returns Rejects: when the request fails (module:http-api.MatrixError)
*/
public async timestampToEvent(
roomId: string,