Skip to content

Commit

Permalink
Use msg rather than parse it out of the heartbeat
Browse files Browse the repository at this point in the history
Co-authored-by: Frank Elsinga <[email protected]>
  • Loading branch information
DeJayDev and CommanderStorm committed Oct 10, 2024
1 parent c28710c commit af230ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/notification-providers/discord.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Discord extends NotificationProvider {
},
{
name: "Error",
value: heartbeatJSON["msg"] == null ? "N/A" : heartbeatJSON["msg"],
value: msg,
},
];

Expand Down

0 comments on commit af230ba

Please sign in to comment.