mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-18 03:08:30 +00:00
stop deepsource from complaining
This commit is contained in:
parent
d6d0832e19
commit
59276fed5d
@ -1,4 +1,4 @@
|
||||
export default async function({}) {
|
||||
export default function({}) {
|
||||
return {
|
||||
urls: "https://http.cat/451"
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
export default async function({}) {
|
||||
export default function({}) {
|
||||
return {
|
||||
urls: "https://http.cat/451"
|
||||
}
|
||||
|
@ -64,8 +64,8 @@ export const testers = {
|
||||
"youtube": (patternMatch) =>
|
||||
patternMatch.id?.length <= 11,
|
||||
|
||||
"spotify": (patternMatch) => 1,
|
||||
"apple": (patternMatch) => 1,
|
||||
"spotify": (patternMatch) => patternMatch,
|
||||
"apple": (patternMatch) => patternMatch,
|
||||
|
||||
"facebook": (patternMatch) =>
|
||||
patternMatch.shortLink?.length <= 11
|
||||
|
Loading…
Reference in New Issue
Block a user