mirror of
https://github.com/movie-web/providers.git
synced 2025-09-13 17:53:24 +00:00
Fixed linting errors
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { customAlphabet } from 'nanoid';
|
||||
|
||||
import { flags } from '@/entrypoint/utils/targets';
|
||||
import { makeEmbed } from '@/providers/base';
|
||||
|
||||
const nanoid = customAlphabet('ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789', 10);
|
||||
|
@@ -1,5 +1,4 @@
|
||||
import { load } from 'cheerio';
|
||||
import { stringify } from 'crypto-js/enc-base64';
|
||||
|
||||
import { MovieMedia, ShowMedia } from '@/entrypoint/utils/media';
|
||||
import { compareMedia } from '@/utils/compare';
|
||||
|
Reference in New Issue
Block a user