Skip to content

Commit

Permalink
fixup focus.help. we really wanted the 'help' there
Browse files Browse the repository at this point in the history
  • Loading branch information
obra committed Dec 13, 2023
1 parent a943655 commit c5d3562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/focus.js
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ class Focus {
}

async _help(s) {
const data = await this.request("help");
const data = await s.request("help");
return data.split(/\r?\n/).filter((v) => v.length > 0);
}

Expand Down

0 comments on commit c5d3562

Please sign in to comment.