We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35160b9 commit 2a6e84fCopy full SHA for 2a6e84f
1 file changed
serverless/lib/CaseProcessor.ts
@@ -13,7 +13,7 @@ import * as cheerio from 'cheerio';
13
14
// Version date used to determine whether a cached 'complete' CaseSummary is
15
// up-to-date or should be re-fetched to align with current schema/logic.
16
-export const CASE_SUMMARY_VERSION_DATE = new Date('2025-10-06T00:00:00Z');
+export const CASE_SUMMARY_VERSION_DATE = new Date('2025-10-08T14:00:00Z');
17
18
// Type for raw portal JSON data - using `any` is acceptable here since we're dealing with
19
// dynamic external API responses that we don't control
0 commit comments