From 3a9212836cfdcafe5de64cc44adac754d7068959 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Tue, 11 Jan 2022 14:13:52 +0100 Subject: [PATCH] Update CustomStatusPresets.plugin.js --- Plugins/CustomStatusPresets/CustomStatusPresets.plugin.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Plugins/CustomStatusPresets/CustomStatusPresets.plugin.js b/Plugins/CustomStatusPresets/CustomStatusPresets.plugin.js index 917d41df81..32e4b70bec 100644 --- a/Plugins/CustomStatusPresets/CustomStatusPresets.plugin.js +++ b/Plugins/CustomStatusPresets/CustomStatusPresets.plugin.js @@ -72,9 +72,9 @@ module.exports = (_ => { var presets = {}; const ClearAfterValues = { - HOURS_1: 3600000 - HOURS_4: 14400000 - MINUTES_30: 1800000 + HOURS_1: 3600000, + HOURS_4: 14400000, + MINUTES_30: 1800000, TODAY: "TODAY" };