Skip to content

Commit

Permalink
Prefer API import
Browse files Browse the repository at this point in the history
  • Loading branch information
nathancyam committed Jul 4, 2020
1 parent 230f765 commit ed05ee4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import handleComposerQuery from './commands/composer';
import handleFormattingRequest from './commands/formatting';
import handleGithubQuery from './commands/github';
import handleJQueryCommand from './commands/jquery';
import handleMDNQuery from './commands/mdn/dom';
import handleMDNQuery from './commands/mdn/api';
import handleNPMQuery from './commands/npm';
import handlePHPQuery from './commands/php';
import handleJobPostingRequest from './commands/post';
Expand Down

0 comments on commit ed05ee4

Please sign in to comment.