mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader
synced 2025-04-18 11:50:00 +08:00
fix: serp charge amount assignment
This commit is contained in:
parent
d8c4189dcc
commit
b878432bec
@ -321,7 +321,7 @@ export class SerpHost extends RPCHost {
|
||||
|
||||
await Promise.all(finalResults.map((x: any) => this.assignGeneralMixin(x)));
|
||||
|
||||
this.assignChargeAmount(finalResults, chargeAmountScaler);
|
||||
chargeAmount = this.assignChargeAmount(finalResults, chargeAmountScaler);
|
||||
assignMeta(finalResults, {
|
||||
query: realQuery,
|
||||
fallback: realQuery === q ? undefined : realQuery,
|
||||
|
Loading…
x
Reference in New Issue
Block a user