refactor: remove checkRateLimit and incrementApiCall completely

This commit is contained in:
2026-03-29 23:38:54 +02:00
parent 2365a95f98
commit 5f47feaf32
12 changed files with 75 additions and 163 deletions
-2
View File
@@ -56,8 +56,6 @@ export interface Settings {
audioEnabled: boolean;
speechEnabled: boolean;
apiKey: string;
apiCallsToday: { text: number; image: number };
lastApiCallDate: string; // ISO date "YYYY-MM-DD"
}
// Level definition (used in game/levels.ts)