fix(frontend): use region settings instead of hardcoded 'US' value for movie/TV ratings (#1006)
This commit is contained in:
@@ -21,6 +21,14 @@ export interface User {
|
||||
createdAt: Date;
|
||||
updatedAt: Date;
|
||||
requestCount: number;
|
||||
settings?: UserSettings;
|
||||
}
|
||||
|
||||
export interface UserSettings {
|
||||
enableNotifications: boolean;
|
||||
discordId?: string;
|
||||
region?: string;
|
||||
originalLanguage?: string;
|
||||
}
|
||||
|
||||
interface UserHookResponse {
|
||||
|
||||
Reference in New Issue
Block a user