aboutsummaryrefslogtreecommitdiffhomepage
path: root/api/services/github/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'api/services/github/index.js')
-rw-r--r--api/services/github/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/services/github/index.js b/api/services/github/index.js
index 34a0654..8443dd7 100644
--- a/api/services/github/index.js
+++ b/api/services/github/index.js
@@ -13,6 +13,7 @@ const {
} = require('./installations')
const {
+ InvalidRepoError,
fetchKeyboardFiles,
commitChanges
} = require('./files')
@@ -26,6 +27,7 @@ module.exports = {
verifyUserToken,
fetchInstallation,
fetchInstallationRepos,
+ InvalidRepoError,
fetchKeyboardFiles,
commitChanges
}