mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
Fix lint issues on UI
This commit is contained in:
parent
c8cdf00567
commit
78ac3984cb
4 changed files with 4 additions and 4 deletions
|
@ -12,7 +12,6 @@ import {
|
|||
IEmailNotificationSettings,
|
||||
IEmbyServer,
|
||||
IGotifyNotificationSettings,
|
||||
IWebhookNotificationSettings,
|
||||
ILidarrSettings,
|
||||
IMattermostNotifcationSettings,
|
||||
IMobileNotificationTestSettings,
|
||||
|
@ -25,6 +24,7 @@ import {
|
|||
ISlackNotificationSettings,
|
||||
ISonarrSettings,
|
||||
ITelegramNotifcationSettings,
|
||||
IWebhookNotificationSettings,
|
||||
} from "../../interfaces";
|
||||
|
||||
@Injectable()
|
||||
|
|
|
@ -15,7 +15,6 @@ import {
|
|||
IEmailNotificationSettings,
|
||||
IEmbySettings,
|
||||
IGotifyNotificationSettings,
|
||||
IWebhookNotificationSettings,
|
||||
IIssueSettings,
|
||||
IJobSettings,
|
||||
IJobSettingsViewModel,
|
||||
|
@ -37,6 +36,7 @@ import {
|
|||
IUpdateSettings,
|
||||
IUserManagementSettings,
|
||||
IVoteSettings,
|
||||
IWebhookNotificationSettings,
|
||||
} from "../interfaces";
|
||||
|
||||
import { ServiceHelpers } from "./service.helpers";
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
import { Component, OnInit } from "@angular/core";
|
||||
import { FormBuilder, FormGroup, Validators } from "@angular/forms";
|
||||
|
||||
import { IWebhookNotificationSettings, INotificationTemplates, NotificationType } from "../../interfaces";
|
||||
import { INotificationTemplates, IWebhookNotificationSettings, NotificationType } from "../../interfaces";
|
||||
import { TesterService } from "../../services";
|
||||
import { NotificationService } from "../../services";
|
||||
import { SettingsService } from "../../services";
|
||||
|
|
|
@ -29,7 +29,6 @@ import { MassEmailComponent } from "./massemail/massemail.component";
|
|||
import { DiscordComponent } from "./notifications/discord.component";
|
||||
import { EmailNotificationComponent } from "./notifications/emailnotification.component";
|
||||
import { GotifyComponent } from "./notifications/gotify.component";
|
||||
import { WebhookComponent } from "./notifications/webhook.component";
|
||||
import { MattermostComponent } from "./notifications/mattermost.component";
|
||||
import { MobileComponent } from "./notifications/mobile.component";
|
||||
import { NewsletterComponent } from "./notifications/newsletter.component";
|
||||
|
@ -38,6 +37,7 @@ import { PushbulletComponent } from "./notifications/pushbullet.component";
|
|||
import { PushoverComponent } from "./notifications/pushover.component";
|
||||
import { SlackComponent } from "./notifications/slack.component";
|
||||
import { TelegramComponent } from "./notifications/telegram.component";
|
||||
import { WebhookComponent } from "./notifications/webhook.component";
|
||||
import { OmbiComponent } from "./ombi/ombi.component";
|
||||
import { PlexComponent } from "./plex/plex.component";
|
||||
import { RadarrComponent } from "./radarr/radarr.component";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue