Skip to content

Commit

Permalink
chore(fetch-manager): fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaubrey committed Jan 4, 2025
1 parent 52608a3 commit cee94dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/fetch-manager/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export class FetchManager {
}
}
}

private _activeRequestBatch: Record<string, ActiveBatch | undefined> = {};
private _activeRequestBatchTimer: Record<string, NodeJS.Timeout | undefined> = {};
private _activeResponseBatch: Set<PartialRawFetchData> | undefined;
Expand Down

0 comments on commit cee94dc

Please sign in to comment.