mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-03-06 08:34:07 +00:00
Signed-off-by: Traxus <shyidx@gmail.com>
This commit is contained in:
parent
7071b7b1f4
commit
2b5e0f1b12
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user