From 7a5e1a1b264508b557e97fffc97009461b4e0706 Mon Sep 17 00:00:00 2001 From: Christian Vidal Wolf Date: Fri, 10 Apr 2026 12:25:58 +0200 Subject: [PATCH] Fix token definition oversight --- src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.tsx b/src/App.tsx index 7b98976..8fe72a5 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -323,6 +323,7 @@ export default function App() { setIsSavingAll(true); let failedArticles: string[] = []; let jwtExpired = false; + const token = session?.access_token; try { for (const [articleNo, { newData, originalData, articleName }] of entries) {