1
0

fix: Typo
Remote Deploy / deploy (push) Successful in 1m18s

This commit is contained in:
2026-06-02 15:45:55 +02:00
parent 32b31814e2
commit 1e971a0601
2 changed files with 6 additions and 5 deletions
@@ -2,7 +2,7 @@ const API_BASE_URL = process.env.ANNOUNCEMENT_API || "http://localhost:3000";
export type Announcement = {
id: number;
text_content: string;
text_content?: string;
author: string;
flags: Flag[];
start_date: string;