Skip to content

Commit 8e1aeea

Browse files
committed
Update dependencies and dev dependencies
1 parent b9a618f commit 8e1aeea

File tree

3 files changed

+1859
-1482
lines changed

3 files changed

+1859
-1482
lines changed

lib/helpers/json-github-database.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ exports.get = async type => {
2424

2525
let result;
2626
try {
27-
result = await api.repos.getContent(location);
27+
result = await api.repos.getContents(location);
2828
} catch (e) {
2929
if (e.code === 404) {
3030
return {

0 commit comments

Comments
 (0)