Skip to content

Commit

Permalink
chore: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
JuroUhlar committed Mar 20, 2024
1 parent 0fa0a31 commit 0ab5b9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ export interface FpjsSpaOptions extends Omit<FpjsClientOptions, 'loadOptions'> {
*/
export class FpjsClient {
private cacheManager: CacheManager
private readonly loadOptions?: FingerprintJS.LoadOptions
private readonly loadOptions: FingerprintJS.LoadOptions | undefined
private agent: FingerprintJS.Agent
private agentPromise: Promise<FingerprintJS.Agent> | null
private readonly customAgent?: CustomAgent
private readonly customAgent: CustomAgent | undefined
readonly cacheLocation?: CacheLocation

private inFlightRequests = new Map<string, Promise<VisitorData>>()
Expand Down

0 comments on commit 0ab5b9a

Please sign in to comment.