3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-02-05 00:45:35 +00:00

remove line break

This commit is contained in:
Godfrey M
2026-01-05 12:39:28 -08:00
parent b935752ec0
commit 1543634cb0

View File

@ -292,7 +292,6 @@ trait Loggable
try {
$message = AuditNotification::toMicrosoftTeams($params);
$notification = new TeamsNotification($endpoint);
$notification->success()->sendMessage($message[0], $message[1]);
} catch (ConnectException $e) {