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 1a95d5e commit d31956aCopy full SHA for d31956a
src/core/federation.ts
@@ -2073,7 +2073,7 @@ export class FederatedApp extends App {
2073
// Update the greatest time advance grant and update MLAA.
2074
this.greatestTimeAdvanceGrant = ptag;
2075
this._isLastTAGProvisional = true;
2076
- if (this._active !== true) {
+ if (!this._active) {
2077
// PTAG is received before starting execution, return.
2078
// The pending process of PTAG will be done in _startExecuting.
2079
return;
0 commit comments