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

This commit is contained in:
Traxus
2023-04-24 16:58:55 -04:00
parent 3126bb539e
commit 842475198d
+1 -1
View File
@@ -550,7 +550,7 @@ function getEventsJsonDirectoryPath() {
function pluckEventData(json: any) {
let plucked = {}
if 'data' in json) {
if ('data' in json) {
if ('event' in json.data) {
plucked = json.data.event
}