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);