mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 13:17:08 +00:00
Fix typo in QC executable
This commit is contained in:
@@ -63,7 +63,7 @@ async function main () {
|
|||||||
const projectId = proj.pid;
|
const projectId = proj.pid;
|
||||||
console.log("PROJECT ID", projectId);
|
console.log("PROJECT ID", projectId);
|
||||||
|
|
||||||
if (!project.archived) {
|
if (!proj.archived) {
|
||||||
const QCTstamp = new Date();
|
const QCTstamp = new Date();
|
||||||
|
|
||||||
const currentQCHash = await projectHash(projectId);
|
const currentQCHash = await projectHash(projectId);
|
||||||
|
|||||||
Reference in New Issue
Block a user