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:
@@ -406,7 +406,7 @@ function bindSmapiSoapServiceToExpress(
|
|||||||
i8n: I8N,
|
i8n: I8N,
|
||||||
smapiAuthTokens: SmapiAuthTokens,
|
smapiAuthTokens: SmapiAuthTokens,
|
||||||
tokenStore: SmapiTokenStore,
|
tokenStore: SmapiTokenStore,
|
||||||
logRequests: boolean
|
_logRequests: boolean
|
||||||
) {
|
) {
|
||||||
const sonosSoap = new SonosSoap(bonobUrl, linkCodes, smapiAuthTokens, clock, tokenStore);
|
const sonosSoap = new SonosSoap(bonobUrl, linkCodes, smapiAuthTokens, clock, tokenStore);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user