From 03f9db6e76a74feaf3d7c385f94bfad15930e645 Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Fri, 3 Feb 2023 22:18:36 +0100 Subject: [PATCH] fix: aggiornati gli id dei calendari --- src/main.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main.jsx b/src/main.jsx index bc1fad2..3a0ef70 100644 --- a/src/main.jsx +++ b/src/main.jsx @@ -17,13 +17,13 @@ window.dataBuffer = {} const CALENDAR_IDS = { 'anno-1': ['6308cfcb1df5cb026699ce32'], - 'anno-2': ['6308e2dc09352a0208fefdd9'], - 'anno-3': ['6308e42a1df5cb026699ced4'], + 'anno-2': ['63ce711cc3940409488f274e'], + 'anno-3': ['63ce736abfadbe06acc8338d'], 'magistrale': ['63ce74397a9aee064ee01ad7'], 'tutti': [ '6308cfcb1df5cb026699ce32', - '6308e2dc09352a0208fefdd9', - '6308e42a1df5cb026699ced4', + '63ce711cc3940409488f274e', + '63ce736abfadbe06acc8338d', '63ce74397a9aee064ee01ad7', ], }