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 01624c4 commit 14965acCopy full SHA for 14965ac
src/core/federation.ts
@@ -307,7 +307,7 @@ export class NetworkReceiver<T> extends Reactor {
307
/*
308
* A FederatePortAction instance of this NetworkReceiver.
309
*/
310
- private networkInputAction: FederatePortAction<T> | undefined = undefined;
+ private networkInputAction: FederatePortAction<T> | undefined;
311
312
// The port ID of networkInputAction.
313
private readonly portID: number;
0 commit comments