Fix bug with HN completion

This commit is contained in:
Maddison Hellstrom 2018-02-12 19:10:35 -08:00
parent e24fd7ee59
commit 7e2723f450
1 changed files with 1 additions and 1 deletions

View File

@ -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