Skip to content

Commit d31956a

Browse files
committed
Minor fix
1 parent 1a95d5e commit d31956a

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
@@ -2073,7 +2073,7 @@ export class FederatedApp extends App {
20732073
// Update the greatest time advance grant and update MLAA.
20742074
this.greatestTimeAdvanceGrant = ptag;
20752075
this._isLastTAGProvisional = true;
2076-
if (this._active !== true) {
2076+
if (!this._active) {
20772077
// PTAG is received before starting execution, return.
20782078
// The pending process of PTAG will be done in _startExecuting.
20792079
return;

0 commit comments

Comments
 (0)