1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-25 05:23:13 +03:00

remove c/p leftover

This commit is contained in:
Bruno Windels
2019-06-26 15:48:27 +02:00
parent 2489180c47
commit da116e6077

View File

@@ -453,7 +453,6 @@ MatrixBaseApis.prototype.fetchRelations =
$relationType: relationType,
$eventType: eventType,
});
// valid options include: room_alias_name, visibility, invite
const response = await this._http.authedRequestWithPrefix(
undefined, "GET", path, null, null, httpApi.PREFIX_UNSTABLE,
);