Skip to content

Commit

Permalink
likely the cause of the missing notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
edalzell committed Sep 28, 2021
1 parent c24aa58 commit 5b99e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Notifications/AlertRaised.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public function toArray(): array
return array_merge(
parent::toArray(),
[
'locations' => implode(',', Arr::get($this->alert, 'locations')),
'locations' => implode(',', Arr::get($this->alert, 'locations', [])),
]
);
}
Expand Down

0 comments on commit 5b99e79

Please sign in to comment.