mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 07:00:43 +00:00
fix(ci): repair telegram topic cache typing
This commit is contained in:
@@ -61,7 +61,7 @@ export function getTopicName(
|
||||
cache.set(key, refreshedEntry);
|
||||
return refreshedEntry.name;
|
||||
}
|
||||
return entry?.name;
|
||||
return undefined;
|
||||
}
|
||||
|
||||
export function getTopicEntry(
|
||||
|
||||
Reference in New Issue
Block a user