From 7e2723f45072a0cf880b3950da45822a22132acd Mon Sep 17 00:00:00 2001 From: Maddison Hellstrom Date: Mon, 12 Feb 2018 19:10:35 -0800 Subject: [PATCH] Fix bug with HN completion --- completions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completions.js b/completions.js index 5af45bb..455ac6a 100644 --- a/completions.js +++ b/completions.js @@ -1040,7 +1040,7 @@ completions.hn.callback = (response) => { } switch (s._tags[0]) { // eslint-disable-line no-underscore-dangle case "story": - [title] = s.title + title = s.title break case "comment": title = s.comment_text