mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
Fixed token missing log line. (#1354)
This commit is contained in:
@@ -1862,7 +1862,7 @@ Duration=${duration} `
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
else if (tokens === undefined) {
|
else if (tokens === undefined) {
|
||||||
this.logger.info({opts}, 'CallSession:_lccTtsTokens - invalid command since id is missing');
|
this.logger.info({opts}, 'CallSession:_lccTtsTokens - invalid command since tokens is missing');
|
||||||
return this.requestor.request('tts:tokens-result', '/tokens-result', {
|
return this.requestor.request('tts:tokens-result', '/tokens-result', {
|
||||||
id,
|
id,
|
||||||
status: 'failed',
|
status: 'failed',
|
||||||
|
|||||||
Reference in New Issue
Block a user