|
@@ -77,7 +77,7 @@ export const captcha = async argument => {
|
77
|
77
|
credentials: 'include'
|
78
|
78
|
})
|
79
|
79
|
if (typeof api1ReqReplacer === 'function') {
|
80
|
|
- api1Req = await api1ReqReplacer(api2Req)
|
|
80
|
+ api1Req = await api1ReqReplacer(api1Req)
|
81
|
81
|
if (!(api1Req instanceof Request)) {
|
82
|
82
|
throw Error('api1ReqReplacer return value not a valid request object')
|
83
|
83
|
}
|