Skip to content

Instantly share code, notes, and snippets.

@c0nstantine
Created July 17, 2017 22:00
Show Gist options
  • Save c0nstantine/ab30b5a67bdd8e1825813e2c8998e732 to your computer and use it in GitHub Desktop.
Save c0nstantine/ab30b5a67bdd8e1825813e2c8998e732 to your computer and use it in GitHub Desktop.
--- a/static/js/utils/post_helper.js
+++ b/static/js/utils/post_helper.js
@@ -26,7 +26,7 @@ define(function (require) {
},
prependSocialTeaserImageKey: function (collection) {
return _.reduce(collection, function(res, value, key) {
- res['social_teaser_image' + key] = value;
+ res['social_teaser_image' + key === 'origin' ? '' : key] = value;
return res;
}, {});
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment