mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 10:37:07 +00:00
Use refactored database API in QC executable
This commit is contained in:
@@ -56,7 +56,7 @@ async function getProjectQCConfig (projectId) {
|
||||
async function main () {
|
||||
// Fetch list of projects
|
||||
console.log("GET PROJECTS");
|
||||
const projects = await project.list();
|
||||
const projects = await project.get();
|
||||
console.log("PROJECTS", projects);
|
||||
|
||||
for (const proj of projects) {
|
||||
|
||||
Reference in New Issue
Block a user