bug fixes

This commit is contained in:
2026-02-16 00:46:34 -06:00
parent 91ed4015da
commit 704da59f9c
2 changed files with 13 additions and 41 deletions

View File

@@ -627,7 +627,6 @@ export const api = {
haptic_enabled: boolean;
show_launch_screen: boolean;
celebration_style: string;
timezone_offset: number;
}>('/api/preferences', { method: 'GET' });
},