fix: aggiornato il range di date alla settimana del 2023-03-06

pull/4/head
Antonio De Lucreziis 2 years ago
parent c831bb1715
commit 9a8fa0c440

@ -28,23 +28,16 @@ const CALENDAR_IDS = {
],
}
const DEFAULT_DATE_RANGE = {
from: '2023-03-06T00:00:00.000Z',
to: '2023-03-12T00:00:00.000Z',
}
const DATE_RANGES = {
'6308cfcb1df5cb026699ce32': {
from: '2023-02-27T00:00:00.000Z',
to: '2023-03-05T00:00:00.000Z',
},
'63ce711cc3940409488f274e': {
from: '2023-02-27T00:00:00.000Z',
to: '2023-03-05T00:00:00.000Z',
},
'63ce736abfadbe06acc8338d': {
from: '2023-02-27T00:00:00.000Z',
to: '2023-03-05T00:00:00.000Z',
},
'63ce74397a9aee064ee01ad7': {
from: '2023-02-27T00:00:00.000Z',
to: '2023-03-05T00:00:00.000Z',
},
'6308cfcb1df5cb026699ce32': DEFAULT_DATE_RANGE,
'63ce711cc3940409488f274e': DEFAULT_DATE_RANGE,
'63ce736abfadbe06acc8338d': DEFAULT_DATE_RANGE,
'63ce74397a9aee064ee01ad7': DEFAULT_DATE_RANGE,
}
function specialEventPatches(eventi) {

Loading…
Cancel
Save