fix(ci): repair telegram topic cache typing

This commit is contained in:
Vincent Koc
2026-04-13 23:33:41 +01:00
parent a165f7b063
commit 94779b4fb1

View File

@@ -61,7 +61,7 @@ export function getTopicName(
cache.set(key, refreshedEntry);
return refreshedEntry.name;
}
return entry?.name;
return undefined;
}
export function getTopicEntry(