forked from Mirrors/doipjs
Fix logic error
This commit is contained in:
parent
3c6ccfa0da
commit
44b76d6ed8
1 changed files with 0 additions and 2 deletions
|
@ -35,8 +35,6 @@ const customRequestHandler = async (spData, opts) => {
|
||||||
spData.proof.fetch = `https://${opts.nitterInstance}/${match[1]}/status/${match[2]}`
|
spData.proof.fetch = `https://${opts.nitterInstance}/${match[1]}/status/${match[2]}`
|
||||||
const res = await serviceproviders.proxyRequestHandler(spData, opts)
|
const res = await serviceproviders.proxyRequestHandler(spData, opts)
|
||||||
return res
|
return res
|
||||||
} else {
|
|
||||||
return null
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue