From d727d6babfb94a70684470ee3ad4d24a3ed8e00c Mon Sep 17 00:00:00 2001
From: clauspeterhuebner
Date: Thu, 17 Jul 2025 02:15:46 +0200
Subject: [PATCH] remove unused constant
---
core/src/config/const.ts | 1 -
1 file changed, 1 deletion(-)
diff --git a/core/src/config/const.ts b/core/src/config/const.ts
index 66b7e5c0c..375eacd15 100644
--- a/core/src/config/const.ts
+++ b/core/src/config/const.ts
@@ -1,2 +1 @@
export const LOG4JS_BASE_CATEGORY_NAME = 'core'
-export const REDEEM_JWT_TOKEN_EXPIRATION = '10m'
\ No newline at end of file