mirror of
https://github.com/seerr-team/seerr.git
synced 2026-06-15 11:59:11 -04:00
chore: apply linting
This commit is contained in:
@@ -188,7 +188,9 @@ function formatComment(candidates) {
|
||||
'',
|
||||
'A maintainer will review this. If this is **not** a duplicate, no action is needed.',
|
||||
'',
|
||||
`<!-- duplicate-bot: candidates=${candidates.map((c) => c.number).join(',')} -->`
|
||||
`<!-- duplicate-bot: candidates=${candidates
|
||||
.map((c) => c.number)
|
||||
.join(',')} -->`
|
||||
);
|
||||
|
||||
return lines.join('\n');
|
||||
|
||||
@@ -450,7 +450,6 @@ class SonarrAPI extends ServarrBase<{
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
export default SonarrAPI;
|
||||
|
||||
@@ -7,7 +7,7 @@ import { MediaStatus, MediaType } from '@server/constants/media';
|
||||
import { getRepository } from '@server/datasource';
|
||||
import Media from '@server/entity/Media';
|
||||
import { Watchlist } from '@server/entity/Watchlist';
|
||||
import { getSettings, MetadataProviderType } from '@server/lib/settings';
|
||||
import { MetadataProviderType, getSettings } from '@server/lib/settings';
|
||||
import logger from '@server/logger';
|
||||
import { mapTvResult } from '@server/models/Search';
|
||||
import { mapSeasonWithEpisodes, mapTvDetails } from '@server/models/Tv';
|
||||
|
||||
Reference in New Issue
Block a user