edited terenaries on notifs

This commit is contained in:
Godfrey M
2024-08-01 11:13:20 -07:00
parent 854903805b
commit ae4f278df1
2 changed files with 2 additions and 2 deletions
@@ -209,7 +209,7 @@ public function toGoogleChat()
[
'item' => $this->item,
'admin' => $this->admin,
'status' => $this->item->assetstatus->name ?: '',
'status' => $this->item->assetstatus?->name,
'note' => $this->note,
'target' => $this->target,
'fields' => $fields,