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.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/api/services/github/index.js b/api/services/github/index.js
index 8443dd7..6bf917a 100644
--- a/api/services/github/index.js
+++ b/api/services/github/index.js
@@ -9,7 +9,8 @@ const {
const {
fetchInstallation,
- fetchInstallationRepos
+ fetchInstallationRepos,
+ fetchRepoBranches
} = require('./installations')
const {
@@ -27,6 +28,7 @@ module.exports = {
verifyUserToken,
fetchInstallation,
fetchInstallationRepos,
+ fetchRepoBranches,
InvalidRepoError,
fetchKeyboardFiles,
commitChanges