mirror of
https://github.com/sussy-code/providers.git
synced 2026-04-19 07:32:08 +00:00
Fixed linting errors
This commit is contained in:
parent
53f4d6699a
commit
46253bad0c
2 changed files with 0 additions and 2 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Reference in a new issue