1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-03-22 16:59:24 -05:00
This commit is contained in:
syuilo 2018-10-09 15:13:06 +09:00
parent 7a406c1f13
commit 990347f856
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69

View file

@ -177,7 +177,7 @@ abstract class Connection extends EventEmitter {
});
}
public abstract dispose: () => void;
public abstract dispose(): void;
}
class SharedConnection extends Connection {