mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2025-03-04 14:41:02 +01:00
lint fix
This commit is contained in:
parent
b4dd61a016
commit
d45b2dd3a7
1 changed files with 2 additions and 0 deletions
|
@ -67,6 +67,8 @@ export default abstract class Channel {
|
|||
}
|
||||
|
||||
public abstract init(params: any): void;
|
||||
|
||||
public dispose?(): void;
|
||||
|
||||
public onMessage?(type: string, body: any): void;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue