Skip to content

Commit

Permalink
renamed output to execute
Browse files Browse the repository at this point in the history
  • Loading branch information
vutran committed Aug 31, 2016
1 parent aa12908 commit 2a4dc5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const getItemData = id => got(`https://hacker-news.firebaseio.com/v0/item/${id}.
module.exports = {
keyword: 'hn',
action: 'openurl',
output: q => new Promise(resolve => {
execute: q => new Promise(resolve => {
let prom = false;
switch (q) {
case 'new':
Expand Down

0 comments on commit 2a4dc5c

Please sign in to comment.