auto: sync 2026-06-02 16:51

This commit is contained in:
Capucine Gest
2026-06-02 16:51:36 +02:00
parent e80f5cb681
commit 6758e425d5
3 changed files with 10 additions and 4 deletions
+1
View File
@@ -441,6 +441,7 @@ const TE_INFLATION_YOY_SLUG: Partial<Record<Currency, string>> = {
JPY: "japan/inflation-cpi",
};
export async function fetchTECoreInflationPages(): Promise<Partial<Record<Currency, CoreCPIPageEntry>>> {
const MONTHS: Record<string, string> = { January:"01",February:"02",March:"03",April:"04",May:"05",June:"06",July:"07",August:"08",September:"09",October:"10",November:"11",December:"12" };