Skip to content

Commit

Permalink
Use ?
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoalh committed Nov 24, 2023
1 parent b2518ef commit 037bca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exfetch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ function setDelay(value: number, signal?: AbortSignal | undefined): Promise<void
export class ExFetch {
#allowCache = false;
#cacheStorage?: Cache;
#cacheStorageDefer: Promise<Cache> | undefined = undefined;
#cacheStorageDefer?: Promise<Cache>;
#httpStatusCodesRetryable: Set<number>;
#paginate: ExFetchPaginateOptionsInternal = {
delay: {
Expand Down

0 comments on commit 037bca2

Please sign in to comment.