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

Commit

Permalink
Return summary text
Browse files Browse the repository at this point in the history
  • Loading branch information
tamarahills committed Mar 18, 2019
1 parent 4435fcd commit 55e7785
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions command/CommandController.js
Expand Up @@ -416,6 +416,7 @@ router.post('/webpage', VerifyToken, async function(req, res) {
// Cleanup the old snake_case... TODO: SEE IF WE CAN REMOVE
// WITHOUT AFFECTING ALEXA.
mData['audioUrl'] = response.url;
mData['summaryText'] = textToSynth;
delete mData.length_minutes;
delete mData.image_url;
mData['iconUrl'] = mData.icon_url;
Expand Down

0 comments on commit 55e7785

Please sign in to comment.