From 3299f4f13f92791c6b1e8aa90c962c9043689196 Mon Sep 17 00:00:00 2001 From: Brady McDonough Date: Sun, 2 Feb 2025 15:02:24 -0700 Subject: [PATCH] Added timestamp to json output --- backend/src/scheduler.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/scheduler.scm b/backend/src/scheduler.scm index 619fdac..67d7864 100644 --- a/backend/src/scheduler.scm +++ b/backend/src/scheduler.scm @@ -91,7 +91,7 @@ (prov-terse . ,(assq-ref plist 'prov-code)) (last-7 . ,(sum-first-n 7 (assq-ref plist 'reports))) (last-14 . ,(sum-first-n 14 (assq-ref plist 'reports))) - (expiry . ,($expiry-timestamp)))))) + (expires . ,$expiry-timestamp))))) (set-symbol-property! hr-sym 'json-string json))) hr-syms))