mirror of
https://git.mirrors.martin98.com/https://github.com/jina-ai/reader.git
synced 2025-08-18 16:55:52 +08:00
chore: cleanup
This commit is contained in:
parent
a15681cba5
commit
cdace054d8
@ -387,7 +387,7 @@ export class SearcherHost extends RPCHost {
|
||||
|
||||
if (withUpdatedTime) {
|
||||
const updatedTime = await this.getUpdatedTime(upstreamSearchResult.link);
|
||||
result.lastUpdatedTime = updatedTime;
|
||||
Reflect.set(result, 'lastUpdatedTime', updatedTime);
|
||||
dataItems.push({
|
||||
key: 'lastUpdatedTime',
|
||||
label: 'Last Update Time',
|
||||
|
@ -35,7 +35,6 @@ export interface FormattedPage {
|
||||
images?: { [k: string]: string; } | [string, string][];
|
||||
warning?: string;
|
||||
favicon?: string;
|
||||
lastUpdatedTime?: string;
|
||||
usage?: {
|
||||
total_tokens?: number;
|
||||
totalTokens?: number;
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit e9469f86ad90f01af7ceaffe90bd0e91531b331d
|
||||
Subproject commit cf09de2b4e7d8dbc63fc0db8047f089e6d9ff605
|
Loading…
x
Reference in New Issue
Block a user