aboutsummaryrefslogtreecommitdiffstats
path: root/routes
diff options
context:
space:
mode:
Diffstat (limited to 'routes')
-rw-r--r--routes/character-images.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/routes/character-images.js b/routes/character-images.js
index f4ef9b6..a30ee9c 100644
--- a/routes/character-images.js
+++ b/routes/character-images.js
@@ -42,7 +42,8 @@ module.exports = function(req, res) {
that.data.character_images.characters.push({
image: 'http://developer.tmsimg.com/' + r.preferredImage.uri + '?api_key=' + config.tms.key + '&h=100',
- name: r.preferredImage.caption.content
+ name: r.preferredImage.caption.content,
+ tms_personId: r.personId
});
callback();