mirror of
https://codeberg.org/keyoxide/doipjs.git
synced 2024-12-22 14:39:28 -07:00
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]}`
|
||||
const res = await serviceproviders.proxyRequestHandler(spData, opts)
|
||||
return res
|
||||
} else {
|
||||
return null
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue