Skip to content

Commit

Permalink
CI/CD: Remove ToDo
Browse files Browse the repository at this point in the history
  • Loading branch information
Its4Nik committed Jan 29, 2025
1 parent 836f13e commit 5d4ef40
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/controllers/fetchData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ const fetchData = async (): Promise<void> => {
if (JSON.stringify(previousState) !== JSON.stringify(containerStatus)) {
atomicWrite(filePath, JSON.stringify(containerStatus, null, 2));
logger.info(`Container states saved to ${filePath}`);
// TODO: Add logic + notification levels per service
} else {
logger.info("No state change detected, notifications not triggered.");
}
Expand Down
1 change: 0 additions & 1 deletion src/handlers/graph.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ async function generateGraphFiles(

for (const [hostName, containers] of Object.entries(allContainerData)) {
if ("error" in containers) {
// TODO: make error'ed hosts better
graphElements.push({
data: {
id: hostName,
Expand Down

0 comments on commit 5d4ef40

Please sign in to comment.