fix: fix axios adapter

main
Steve Korshakov 2022-04-26 12:10:04 +04:00
parent 8f2d8af7cc
commit 868b2e6707
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ export class TonhubConnector {
testnet = args.testnet;
}
if (args.adapter) {
this.adapter = args.adapter;
adapter = args.adapter;
}
}
this.testnet = testnet;