Skip to content
This repository was archived by the owner on Aug 2, 2025. It is now read-only.

Commit ad79836

Browse files
Automatically added GitHub issue links to TODOs
1 parent 0f3ed69 commit ad79836

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/handlers/graph.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ async function generateGraphFiles(
101101
for (const [hostName, containers] of Object.entries(allContainerData)) {
102102
if ("error" in containers) {
103103
// TODO: make error'ed hosts better
104+
// Issue URL: https://github.com/Its4Nik/DockStatAPI/issues/32
104105
graphElements.push({
105106
data: {
106107
id: hostName,

0 commit comments

Comments
 (0)