Skip to content

Commit 14965ac

Browse files
byeonggiljunlhstrh
andauthored
Update src/core/federation.ts
Co-authored-by: Marten Lohstroh <[email protected]>
1 parent 01624c4 commit 14965ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/federation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ export class NetworkReceiver<T> extends Reactor {
307307
/*
308308
* A FederatePortAction instance of this NetworkReceiver.
309309
*/
310-
private networkInputAction: FederatePortAction<T> | undefined = undefined;
310+
private networkInputAction: FederatePortAction<T> | undefined;
311311

312312
// The port ID of networkInputAction.
313313
private readonly portID: number;

0 commit comments

Comments
 (0)