diff --git a/src/Ombi/ClientApp/app/wizard/plex/plex.component.ts b/src/Ombi/ClientApp/app/wizard/plex/plex.component.ts index 0ba476fc0..67bd672dc 100644 --- a/src/Ombi/ClientApp/app/wizard/plex/plex.component.ts +++ b/src/Ombi/ClientApp/app/wizard/plex/plex.component.ts @@ -2,7 +2,7 @@ import { Router } from "@angular/router"; import { PlexService } from "../../services"; -import { IdentityService, NotificationService, } from "../../services"; +import { IdentityService, NotificationService } from "../../services"; @Component({ templateUrl: "./plex.component.html",