Skip to content

Commit 2a6e84f

Browse files
committed
#137 bump summary version date
1 parent 35160b9 commit 2a6e84f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

serverless/lib/CaseProcessor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import * as cheerio from 'cheerio';
1313

1414
// Version date used to determine whether a cached 'complete' CaseSummary is
1515
// 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');
16+
export const CASE_SUMMARY_VERSION_DATE = new Date('2025-10-08T14:00:00Z');
1717

1818
// Type for raw portal JSON data - using `any` is acceptable here since we're dealing with
1919
// dynamic external API responses that we don't control

0 commit comments

Comments
 (0)