mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
refactor: 🗑️ Fixed a deprecation
This commit is contained in:
parent
68ef366e85
commit
ce00ed7c7e
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ export class AppComponent implements OnInit {
|
|||
private signalrNotification: SignalRNotificationService,
|
||||
private readonly snackBar: MatSnackBar,
|
||||
private readonly identity: IdentityService,
|
||||
@Inject(DOCUMENT) private document: HTMLDocument) {
|
||||
@Inject(DOCUMENT) private document: Document) {
|
||||
|
||||
this.translate.addLangs(["da", "de", "en", "es", "fr", "it", "hu", "nl", "no", "pl", "pt", "sk", "sv", "bg", "ru", "cs", "zh"]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue