diff options
author | Nick Coutsos <[email protected]> | 2021-10-30 11:09:42 -0400 |
---|---|---|
committer | Nick Coutsos <[email protected]> | 2021-10-30 11:09:42 -0400 |
commit | dd8147497188662355dfa873218506e206a9024e (patch) | |
tree | 4b4aaa85b27068829a40562d9e4baaab2d03b5b4 /application/github.js | |
parent | 463224e6aee1cbb9789e94b55ede11b9c98ff06e (diff) | |
download | keymap-editor-dd8147497188662355dfa873218506e206a9024e.tar.gz keymap-editor-dd8147497188662355dfa873218506e206a9024e.zip |
Show a message when user has installed app for multiple repos
Diffstat (limited to 'application/github.js')
-rw-r--r-- | application/github.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/github.js b/application/github.js index 51dafea..5a06f54 100644 --- a/application/github.js +++ b/application/github.js @@ -1,8 +1,8 @@ import * as config from './config' let token -let installation -let repositories +export let installation +export let repositories function request (...args) { return fetch(...args).then(res => { |