mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-23 10:27:28 -07:00
Fix
This commit is contained in:
parent
1c4cde5235
commit
abca096372
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ abstract class Connection extends EventEmitter {
|
|||
});
|
||||
}
|
||||
|
||||
public abstract dispose: () => void;
|
||||
public abstract dispose(): void;
|
||||
}
|
||||
|
||||
class SharedConnection extends Connection {
|
||||
|
|
Loading…
Reference in a new issue