Skip to content

Commit

Permalink
chore: remove unused settings property
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUnderScorer committed Mar 19, 2024
1 parent 427eb1f commit 28e2c15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class FingerprintjsProAngularService {

constructor(
@Inject(FINGERPTINTJS_PRO_ANGULAR_SETTINGS_TOKEN)
private readonly settings: IFingerprintjsProSettings
settings: IFingerprintjsProSettings
) {
const { loadOptions } = settings.clientOptions
const clientOptions = {
Expand Down

0 comments on commit 28e2c15

Please sign in to comment.