mirror of
https://github.com/wkulhanek/bonob.git
synced 2025-12-21 17:33:29 +01:00
Fix build errors
This commit is contained in:
@@ -794,9 +794,6 @@ function bindSmapiSoapServiceToExpress(
|
|||||||
logger.debug(
|
logger.debug(
|
||||||
`Fetching metadata type=${type}, typeId=${typeId}, acceptLanguage=${acceptLanguage}`
|
`Fetching metadata type=${type}, typeId=${typeId}, acceptLanguage=${acceptLanguage}`
|
||||||
);
|
);
|
||||||
if (logRequests) {
|
|
||||||
console.log("getMetadata headers", headers);
|
|
||||||
}
|
|
||||||
const lang = i8n(...asLANGs(acceptLanguage));
|
const lang = i8n(...asLANGs(acceptLanguage));
|
||||||
|
|
||||||
const albums = (q: AlbumQuery): Promise<GetMetadataResponse> =>
|
const albums = (q: AlbumQuery): Promise<GetMetadataResponse> =>
|
||||||
|
|||||||
Reference in New Issue
Block a user