Skip to content
This repository has been archived by the owner on Feb 23, 2021. It is now read-only.

Commit

Permalink
fix voice param returns in articleservice (#192)
Browse files Browse the repository at this point in the history
* fix voice param returns in articleservice

* fix voice.main save to DB
  • Loading branch information
tamarahills committed Sep 27, 2018
1 parent a326d2e commit 1310097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/CommandController.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ router.post('/articleservice', VerifyToken, async function(req, res) {
await audioHelper.storeMobileLocation(
req.body.article_id,
article.lang,
voice,
voice.main,
audioMetadata
);
logger.debug('Before buildPocketResponse');
Expand Down

0 comments on commit 1310097

Please sign in to comment.