fix(usersettings): remove unused column tvdbtoken

This commit is contained in:
TOomaAh
2024-07-27 01:28:28 +02:00
parent 2a0bcdf41c
commit 2d51b16694

View File

@@ -36,9 +36,6 @@ export class UserSettings {
@Column({ nullable: true })
public originalLanguage?: string;
@Column({ nullable: true })
public tvdbToken?: string;
@Column({ nullable: true })
public pgpKey?: string;