diff --git a/src/client.ts b/src/client.ts index beef5cf..b391083 100644 --- a/src/client.ts +++ b/src/client.ts @@ -60,10 +60,10 @@ export interface FpjsSpaOptions extends Omit { */ export class FpjsClient { private cacheManager: CacheManager - private readonly loadOptions?: FingerprintJS.LoadOptions + private readonly loadOptions: FingerprintJS.LoadOptions | undefined private agent: FingerprintJS.Agent private agentPromise: Promise | null - private readonly customAgent?: CustomAgent + private readonly customAgent: CustomAgent | undefined readonly cacheLocation?: CacheLocation private inFlightRequests = new Map>()