You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-25 05:23:13 +03:00
consistent spacing
This commit is contained in:
@@ -1917,7 +1917,7 @@ MatrixBaseApis.prototype.agreeToTerms = function(
|
|||||||
Authorization: "Bearer " + accessToken,
|
Authorization: "Bearer " + accessToken,
|
||||||
};
|
};
|
||||||
return this._http.requestOtherUrl(
|
return this._http.requestOtherUrl(
|
||||||
undefined, 'POST', url, null, {user_accepts: termsUrls}, { headers },
|
undefined, 'POST', url, null, { user_accepts: termsUrls }, { headers },
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user