Signed-off-by: Traxus <shyidx@gmail.com>

This commit is contained in:
Traxus 2023-04-21 21:16:28 -04:00
parent 7071b7b1f4
commit 2b5e0f1b12

View File

@ -607,7 +607,7 @@ function sortEventsJsonByStartDate(json : any) {
return sortedJson;
}
async function getAllEventsJson() : any {
async function getAllEventsJson() {
let jsonDirectory = getEventsJsonDirectoryPath();
let validationNodes = getRequiedEventNodes();
let events = await getJsonItemsFromDirectory(jsonDirectory, pluckEventData, validationNodes);