mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
Fix test error
This commit is contained in:
@@ -502,8 +502,6 @@ function bindSmapiSoapServiceToExpress(
|
||||
const credentialsProvidedWithoutAuthToken = credentials && credentials.loginToken.token==null;
|
||||
if(credentialsProvidedWithoutAuthToken) {
|
||||
credentials = useHeaderIfPresent(credentials, headers);
|
||||
console.log("headers", headers)
|
||||
console.log("credentials", credentials)
|
||||
}
|
||||
const authOrFail = pipe(
|
||||
auth(credentials),
|
||||
|
||||
Reference in New Issue
Block a user