Skip to content

Commit

Permalink
Remove unnecessary check
Browse files Browse the repository at this point in the history
  • Loading branch information
shepherd-l committed Aug 1, 2024
1 parent c335dff commit 65ed239
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/core/executors/SubscriptionExecutor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ export class SubscriptionExecutor extends ExecutorBase {
}

processDeltaQueue(): void {
if (this._deltaQueue.length === 0) {
return;
}

const modelSpecificDeltasArrays = this.separateDeltasByModelId();

modelSpecificDeltasArrays.forEach((deltasArray) => {
Expand Down

0 comments on commit 65ed239

Please sign in to comment.