Skip to content

Commit

Permalink
fix(gitHead): fix bad backward compat
Browse files Browse the repository at this point in the history
  • Loading branch information
vvo committed Aug 28, 2017
1 parent 195108f commit dc34d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import got from 'got';
import race from 'promise-rat-race';

function getChangelog(githubRepo) {
function getChangelog({ githubRepo }) {
if (githubRepo === null) {
return { changelogFilename: null };
}
Expand Down

0 comments on commit dc34d24

Please sign in to comment.