Skip to content

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispader committed Aug 20, 2024
1 parent 911a1dc commit 4ce7ef5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/actions/OnyxUpdateManager/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function detectGapsAndSplit(lastUpdateIDFromClient: number): DetectGapAndSplitRe
}
}

let updatesAfterGaps: DeferredUpdatesDictionary = {};
const updatesAfterGaps: DeferredUpdatesDictionary = {};
if (gapExists) {
// If there is a gap and we didn't detect two chained updates, "firstUpdateToBeAppliedAfterGap" will always be the the last deferred update.
// We will fetch all missing updates up to the previous update and can always apply the last deferred update.
Expand Down

0 comments on commit 4ce7ef5

Please sign in to comment.