From e6319172d8e019d45a53a1cf07921e70fe9f47bc Mon Sep 17 00:00:00 2001 From: "D. Berge" Date: Sat, 9 Sep 2023 16:42:00 +0200 Subject: [PATCH] Fix typo in QC executable --- lib/www/server/lib/qc/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/www/server/lib/qc/index.js b/lib/www/server/lib/qc/index.js index 7f173aa..7d6246c 100755 --- a/lib/www/server/lib/qc/index.js +++ b/lib/www/server/lib/qc/index.js @@ -63,7 +63,7 @@ async function main () { const projectId = proj.pid; console.log("PROJECT ID", projectId); - if (!project.archived) { + if (!proj.archived) { const QCTstamp = new Date(); const currentQCHash = await projectHash(projectId);