refactor: remove checkRateLimit and incrementApiCall completely
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user