mirror of
https://github.com/imputnet/cobalt.git
synced 2025-07-18 19:28:29 +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 {
|
return {
|
||||||
urls: "https://http.cat/451"
|
urls: "https://http.cat/451"
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
export default async function({}) {
|
export default function({}) {
|
||||||
return {
|
return {
|
||||||
urls: "https://http.cat/451"
|
urls: "https://http.cat/451"
|
||||||
}
|
}
|
||||||
|
@ -64,8 +64,8 @@ export const testers = {
|
|||||||
"youtube": (patternMatch) =>
|
"youtube": (patternMatch) =>
|
||||||
patternMatch.id?.length <= 11,
|
patternMatch.id?.length <= 11,
|
||||||
|
|
||||||
"spotify": (patternMatch) => 1,
|
"spotify": (patternMatch) => patternMatch,
|
||||||
"apple": (patternMatch) => 1,
|
"apple": (patternMatch) => patternMatch,
|
||||||
|
|
||||||
"facebook": (patternMatch) =>
|
"facebook": (patternMatch) =>
|
||||||
patternMatch.shortLink?.length <= 11
|
patternMatch.shortLink?.length <= 11
|
||||||
|
Loading…
Reference in New Issue
Block a user