We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b20b972 commit f26b99aCopy full SHA for f26b99a
src/core/federation.ts
@@ -291,10 +291,6 @@ function isANodeJSCodedError(e: Error): e is NodeJSCodedError {
291
* A network sender is a reactor containing a portAbsentReaction.
292
*/
293
export class NetworkSender extends Reactor {
294
- constructor(parent: Reactor) {
295
- super(parent);
296
- }
297
-
298
/**
299
* This function is for NetworkSender reactors.
300
* The last reaction of a NetworkSender reactor is 'portAbsentReactor'.
0 commit comments