bugfixes for test-repo. Closes #126 and #127

This commit is contained in:
Cássio Zen
2016-10-20 14:27:58 -02:00
parent 195479f088
commit bd1216c760
3 changed files with 7 additions and 9 deletions

View File

@ -48,7 +48,6 @@ export default class GitHub {
});
return Promise.all(promises);
}).then(entries => ({
pagination: 0,
entries,
}));
}