diff --git a/server/notification-providers/discord.js b/server/notification-providers/discord.js index 32b1d73d5..6bacbd0fe 100644 --- a/server/notification-providers/discord.js +++ b/server/notification-providers/discord.js @@ -44,7 +44,7 @@ class Discord extends NotificationProvider { }, { name: "Error", - value: heartbeatJSON["msg"] == null ? "N/A" : heartbeatJSON["msg"], + value: msg, }, ];