You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-26 17:03:12 +03:00
Linting
This commit is contained in:
@@ -387,7 +387,7 @@ export class SlidingSync extends TypedEventEmitter<SlidingSyncEvent, SlidingSync
|
||||
* useCustomSubscription.
|
||||
* @param sub The subscription information.
|
||||
*/
|
||||
public addCustomSubscription(name: string, sub :MSC3575RoomSubscription) {
|
||||
public addCustomSubscription(name: string, sub: MSC3575RoomSubscription) {
|
||||
this.customSubscriptions[name] = sub;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user