use event's message as type
parent
206260a58f
commit
ca0da300be
|
|
@ -62,7 +62,7 @@ class NeoCartLoader(Loader):
|
|||
},
|
||||
"timestamp": timestamp,
|
||||
"event": event,
|
||||
"type": "event" if event else "location"
|
||||
"type": event['message'] if event else "location"
|
||||
}
|
||||
|
||||
def get_entry(self) -> object:
|
||||
|
|
|
|||
Loading…
Reference in New Issue