mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2025-12-24 02:39:18 -05:00
fix(usersettings): remove unused column tvdbtoken
This commit is contained in:
@@ -39,9 +39,6 @@ export class UserSettings {
|
||||
@Column({ nullable: true })
|
||||
public originalLanguage?: string;
|
||||
|
||||
@Column({ nullable: true })
|
||||
public tvdbToken?: string;
|
||||
|
||||
@Column({ nullable: true })
|
||||
public pgpKey?: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user