Skip to content

Commit e123bae

Browse files
typo
1 parent e3ffa2a commit e123bae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/structs/2captcha.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export interface paramsHCaptcha extends BaseSolve {
4747
}
4848

4949
// FixMe:data[key] - how to send this parameter
50-
export interface paramsFunCapthca extends BaseSolve {
50+
export interface paramsFunCaptcha extends BaseSolve {
5151
publickey: string,
5252
pageurl: string,
5353
surl?: string,
@@ -738,7 +738,7 @@ export class Solver {
738738
* console.log(err);
739739
* })
740740
*/
741-
public async funCaptcha(params: paramsFunCapthca): Promise<CaptchaAnswer> {
741+
public async funCaptcha(params: paramsFunCaptcha): Promise<CaptchaAnswer> {
742742
checkCaptchaParams(params, "funcaptcha")
743743
const payload = {
744744
...params,

0 commit comments

Comments
 (0)