style(web): issue refs without hex-looking hashes

This commit is contained in:
Miguel Palhas
2026-08-23 20:18:51 +01:00
parent e335a1be73
commit 7f9729fb57
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ export interface ApiEpisode {
air_date: string | null;
wanted: boolean;
state: string;
/** #122: gone upstream while a file of its own remained. */
/** issue 122: gone upstream while a file of its own remained. */
vanished: boolean;
}