mirror of
https://github.com/LaconicNetwork/laconic.com.git
synced 2026-09-13 01:17:32 +00:00
Signed-off-by: Traxus <shyidx@gmail.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user