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 a1a9797 commit ab4af72Copy full SHA for ab4af72
packages/performance/src/services/transport_service.ts
@@ -72,7 +72,7 @@ export function resetTransportService(): void {
72
73
function processQueue(timeOffset: number): void {
74
setTimeout(() => {
75
- // If there is no remaining Tries left, stop retrying.
+ // If there is no remainingTries left, stop retrying.
76
if (remainingTries <= 0) {
77
return;
78
}
0 commit comments