fix: Add board_enabled to SystemSettings interface
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -560,6 +560,7 @@ export interface SystemSettings {
|
||||
cc_per_view: number;
|
||||
cc_signup_bonus: number;
|
||||
cache_ttl_hours: number;
|
||||
board_enabled?: boolean;
|
||||
}
|
||||
|
||||
export const settingsApi = {
|
||||
|
||||
Reference in New Issue
Block a user