From 3a9ce412904105ed4199e63df59d2193e0f14b06 Mon Sep 17 00:00:00 2001 From: Samuel Ryan Date: Tue, 10 Oct 2017 18:29:09 +0100 Subject: [PATCH] Replaces dummy value with explanation of why postTitle is included --- src/network.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network.js b/src/network.js index 79c8e03..2bddb7c 100644 --- a/src/network.js +++ b/src/network.js @@ -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'] }