fix: fixing backups per game limit as conditional

This commit is contained in:
Chubby Granny Chaser 2024-12-31 05:10:03 +00:00
parent 726c753568
commit 16259b5399
No known key found for this signature in database
2 changed files with 6 additions and 5 deletions

View file

@ -268,7 +268,7 @@ export interface UserDetails {
profileVisibility: ProfileVisibility;
bio: string;
subscription: Subscription | null;
quirks: {
quirks?: {
backupsPerGameLimit: number;
};
}