From 93abab7a03e5e61705e6c7ab3d91f082d762ae70 Mon Sep 17 00:00:00 2001 From: TidusJar Date: Tue, 18 Dec 2018 12:13:55 +0000 Subject: [PATCH] Fixed linting --- src/Ombi/ClientApp/app/wizard/plex/plex.component.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Ombi/ClientApp/app/wizard/plex/plex.component.ts b/src/Ombi/ClientApp/app/wizard/plex/plex.component.ts index bfdb1a520..909e21480 100644 --- a/src/Ombi/ClientApp/app/wizard/plex/plex.component.ts +++ b/src/Ombi/ClientApp/app/wizard/plex/plex.component.ts @@ -19,11 +19,11 @@ export class PlexComponent implements OnInit, OnDestroy { private clientId: string; constructor(private plexService: PlexService, private router: Router, - private notificationService: NotificationService, - private identityService: IdentityService, private plexTv: PlexTvService, - private settingsService: SettingsService, - private location: PlatformLocation, private authService: AuthService, - private plexOauth: PlexOAuthService) { } + private notificationService: NotificationService, + private identityService: IdentityService, private plexTv: PlexTvService, + private settingsService: SettingsService, + private location: PlatformLocation, private authService: AuthService, + private plexOauth: PlexOAuthService) { } public ngOnInit(): void { const base = this.location.getBaseHrefFromDOM();