Skip to content

Commit fbca05e

Browse files
committed
fix: add TODO comment to make project listing configurable
1 parent b996099 commit fbca05e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/src/digest/cron.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ export class DigestCron {
7373
this.logger.info({ message: `Digest cron started, runId: ${runId}` });
7474

7575
const projectsFromDataFolder = await this.dataService.listProjects();
76+
// todo-ZM: make this configurable
7677
// uncomment during development
7778
// const projectsFromDataFolder = (await this.dataService.listProjects()).filter((p) =>
7879
// ["dzcode.io website", "Mishkal", "System Monitor"].includes(p.name),

0 commit comments

Comments
 (0)