From 07d2206a5bb16e228462235dde56a6b33654917f Mon Sep 17 00:00:00 2001 From: Yasin Date: Tue, 12 Sep 2023 14:15:29 +0200 Subject: [PATCH] Update discord.js use heartbeatJSON["time"] instead of Date.now() --- server/notification-providers/discord.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/notification-providers/discord.js b/server/notification-providers/discord.js index 3e8a55c2..9083b551 100644 --- a/server/notification-providers/discord.js +++ b/server/notification-providers/discord.js @@ -64,7 +64,7 @@ class Discord extends NotificationProvider { }, { name: "Time", - value: ``, + value: ``, }, { name: "Error", @@ -99,7 +99,7 @@ class Discord extends NotificationProvider { }, { name: "Time", - value: ``, + value: ``, }, { name: "Ping",