1
0

refactor: Some minor refinements
Remote Deploy / deploy (push) Successful in 1m28s

This commit is contained in:
2026-06-05 18:24:54 +02:00
parent e94c43ca6e
commit 8fe2bd3bf2
7 changed files with 46 additions and 296 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ export default async function getAnnouncements(dates: string[]): Promise<Announc
return data;
} catch (e) {
console.error("Some random ahh error:", e);
console.error("Filed to fetch global announcements:", e);
return {};
}