Remove containing array

This commit is contained in:
Skylar Ittner 2020-09-03 19:43:35 -06:00
parent c31826e656
commit aeee08270d

View File

@ -105,7 +105,6 @@ class Event implements JsonSerializable {
global $Strings;
if ($this->exists) {
return [
"info" => [
"id" => $this->getID(),
"machineid" => $this->getMachineID(),
"name" => $this->getName(),
@ -113,7 +112,6 @@ class Event implements JsonSerializable {
"techuid" => $this->getTechUID(),
"publicnotes" => $this->getPublicNotes(),
"privatenotes" => $this->getPrivateNotes()
]
];
}
return [];