Skip to content

Commit

Permalink
style: run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
gauthier-th committed Nov 17, 2024
1 parent 6ee9660 commit a8bd51f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/components/Settings/SonarrModal/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,12 @@ const messages = defineMessages('components.Settings.SonarrModal', {
});

interface SonarrTestResponse extends DVRTestResponse {
languageProfiles: {
id: number;
name: string;
}[] | null;
languageProfiles:
| {
id: number;
name: string;
}[]
| null;
}

interface SonarrModalProps {
Expand Down

0 comments on commit a8bd51f

Please sign in to comment.