fix(types): compilation error in TypeScript 4.8 (#14847)
This commit is contained in:
parent
dae017c386
commit
26e22c9a89
|
|
@ -56,7 +56,7 @@ class Root extends ChannelOwner<channels.RootChannel> {
|
|||
}
|
||||
}
|
||||
|
||||
class DummyChannelOwner<T> extends ChannelOwner<T> {
|
||||
class DummyChannelOwner extends ChannelOwner {
|
||||
}
|
||||
|
||||
export class Connection extends EventEmitter {
|
||||
|
|
|
|||
Loading…
Reference in a new issue