mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 11:00:42 +00:00
fix: clean up extension ci failures
This commit is contained in:
@@ -77,7 +77,7 @@ function isoDateExclusiveEnd(value: string): string {
|
||||
}
|
||||
|
||||
function freshnessStartTime(freshness: GeminiFreshness, now: Date): string {
|
||||
const start = new Date(now.getTime());
|
||||
const start = new Date(now);
|
||||
start.setUTCDate(start.getUTCDate() - GEMINI_FRESHNESS_DAYS[freshness]);
|
||||
return start.toISOString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user