We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b996099 commit fbca05eCopy full SHA for fbca05e
api/src/digest/cron.ts
@@ -73,6 +73,7 @@ export class DigestCron {
73
this.logger.info({ message: `Digest cron started, runId: ${runId}` });
74
75
const projectsFromDataFolder = await this.dataService.listProjects();
76
+ // todo-ZM: make this configurable
77
// uncomment during development
78
// const projectsFromDataFolder = (await this.dataService.listProjects()).filter((p) =>
79
// ["dzcode.io website", "Mishkal", "System Monitor"].includes(p.name),
0 commit comments