Skip to content

Commit

Permalink
style(mediarequest): apply prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
fallenbagel authored and TOomaAh committed Jan 15, 2025
1 parent 03f97bd commit 353d079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/entity/MediaRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ import type {
SonarrSeries,
} from '@server/api/servarr/sonarr';
import SonarrAPI from '@server/api/servarr/sonarr';
import type { TmdbKeyword } from '@server/api/themoviedb/interfaces';
import TheMovieDb from '@server/api/themoviedb';
import { ANIME_KEYWORD_ID } from '@server/api/themoviedb/constants';
import type { TmdbKeyword } from '@server/api/themoviedb/interfaces';
import {
MediaRequestStatus,
MediaStatus,
Expand Down

0 comments on commit 353d079

Please sign in to comment.