Skip to content

Commit

Permalink
Fix: Re-Add commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Its4Nik committed Jan 29, 2025
1 parent c191fe4 commit 366fd9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/controllers/fetchData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ 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

0 comments on commit 366fd9e

Please sign in to comment.