Shasha2020 commited on
Commit
1ca29b4
·
1 Parent(s): fcb5959

fix: update charge amount for search v2

Browse files
backend/functions/src/cloud-functions/searcher-serper.ts CHANGED
@@ -159,7 +159,7 @@ export class SearcherHost extends RPCHost {
159
  }
160
 
161
  if (isVersion2) {
162
- chargeAmount = 1000;
163
  const result = [];
164
  for (const x of r.organic) {
165
  const url = new URL(x.link);
 
159
  }
160
 
161
  if (isVersion2) {
162
+ chargeAmount = 10000;
163
  const result = [];
164
  for (const x of r.organic) {
165
  const url = new URL(x.link);