Skip to content

Commit

Permalink
Use correct settings type (#1507)
Browse files Browse the repository at this point in the history
  • Loading branch information
forgetso authored Nov 11, 2024
2 parents 2e44640 + 541ce03 commit a720352
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/api/src/api/ProviderApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import {
type GetFrictionlessCaptchaResponse,
type GetPowCaptchaChallengeRequestBodyType,
type GetPowCaptchaResponse,
type IUserSettings,
type ImageVerificationResponse,
type PowCaptchaSolutionResponse,
type ProcaptchaToken,
Expand Down Expand Up @@ -247,7 +248,7 @@ export default class ProviderApi

public registerSiteKey(
siteKey: string,
settings: Record<string, unknown>,
settings: IUserSettings,
timestamp: string,
signature: string,
): Promise<ApiResponse> {
Expand Down

0 comments on commit a720352

Please sign in to comment.