chore: cleanup

This commit is contained in:
Aaron Ji 2025-03-10 18:08:49 +08:00
parent a15681cba5
commit cdace054d8
3 changed files with 2 additions and 3 deletions

View File

@ -387,7 +387,7 @@ export class SearcherHost extends RPCHost {
if (withUpdatedTime) { if (withUpdatedTime) {
const updatedTime = await this.getUpdatedTime(upstreamSearchResult.link); const updatedTime = await this.getUpdatedTime(upstreamSearchResult.link);
result.lastUpdatedTime = updatedTime; Reflect.set(result, 'lastUpdatedTime', updatedTime);
dataItems.push({ dataItems.push({
key: 'lastUpdatedTime', key: 'lastUpdatedTime',
label: 'Last Update Time', label: 'Last Update Time',

View File

@ -35,7 +35,6 @@ export interface FormattedPage {
images?: { [k: string]: string; } | [string, string][]; images?: { [k: string]: string; } | [string, string][];
warning?: string; warning?: string;
favicon?: string; favicon?: string;
lastUpdatedTime?: string;
usage?: { usage?: {
total_tokens?: number; total_tokens?: number;
totalTokens?: number; totalTokens?: number;

@ -1 +1 @@
Subproject commit e9469f86ad90f01af7ceaffe90bd0e91531b331d Subproject commit cf09de2b4e7d8dbc63fc0db8047f089e6d9ff605