Skip to content

Commit

Permalink
fix: add recommendation name
Browse files Browse the repository at this point in the history
  • Loading branch information
hfreire committed Jun 13, 2017
1 parent ea3fc33 commit 92ee8ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dates/recommendation/recommendation.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class Recommendation {
.then(({ photos }) => {
channelRecommendation.photos = photosToCheckOut

recommendation.name = channelRecommendation.name
recommendation.last_checked_out_date = new Date()
recommendation.data = channelRecommendation
recommendation.photos_similarity_mean = photos.faceSimilarityMean
Expand Down

0 comments on commit 92ee8ce

Please sign in to comment.