mirror of
https://github.com/christianvidalwolf-prog/Craze-Data-check.git
synced 2026-08-03 15:15:24 +02:00
Fix token definition oversight
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user