Spaces:
Build error
Build error
fix
Browse files- src/api/crawler.ts +0 -2
- thinapps-shared +1 -1
src/api/crawler.ts
CHANGED
|
@@ -1293,8 +1293,6 @@ export class CrawlerHost extends RPCHost {
|
|
| 1293 |
if (opts.countryHint) {
|
| 1294 |
if (this.proxyProvider.supports(opts.countryHint)) {
|
| 1295 |
draft ??= opts.countryHint;
|
| 1296 |
-
} else if (opts.countryHint === 'cn') {
|
| 1297 |
-
draft ??= 'hk';
|
| 1298 |
}
|
| 1299 |
}
|
| 1300 |
|
|
|
|
| 1293 |
if (opts.countryHint) {
|
| 1294 |
if (this.proxyProvider.supports(opts.countryHint)) {
|
| 1295 |
draft ??= opts.countryHint;
|
|
|
|
|
|
|
| 1296 |
}
|
| 1297 |
}
|
| 1298 |
|
thinapps-shared
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
Subproject commit
|
|
|
|
| 1 |
+
Subproject commit 9a32fc38abea6f42fe8f5bec452ccba0d1d0089d
|