Skip to content

Commit

Permalink
Replaces dummy value with explanation of why postTitle is included
Browse files Browse the repository at this point in the history
  • Loading branch information
shrink committed Oct 10, 2017
1 parent 743bc45 commit 3a9ce41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ function getComment(commentId) {
'author': data['author'],
'id': data['name'],
'link_id' : data['link_id'],
'postTitle': 'This is a dummy value.',
'postTitle': '', // api/info does not return a value for postTitle but this property is required by shouldConvertComment
'subreddit': data['subreddit'],
'timestamp' : data['created_utc']
}
Expand Down

0 comments on commit 3a9ce41

Please sign in to comment.