aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/github_entreprise/index.js
diff options
context:
space:
mode:
authorLibravatar Sampath Kumar Krishnan <sampathBlam@users.noreply.github.com>2020-04-14 23:44:37 +0530
committerLibravatar Sampath Kumar Krishnan <sampathBlam@users.noreply.github.com>2020-04-14 23:44:37 +0530
commit8d041e9ab9ecfc67e71407d90c002955a65c1343 (patch)
tree3e516b08ead2637e772d4b231971d2a11fc84c78 /uncompressed/github_entreprise/index.js
parentMerge pull request #99 from getferdi/pr/98 (diff)
downloadferdium-recipes-8d041e9ab9ecfc67e71407d90c002955a65c1343.tar.gz
ferdium-recipes-8d041e9ab9ecfc67e71407d90c002955a65c1343.tar.zst
ferdium-recipes-8d041e9ab9ecfc67e71407d90c002955a65c1343.zip
fix: Fix typo in name of GitHub Enterprise service
- Change name of service from GitHub Entreprise to GitHub Enterprise - Bump version number to 1.0.1 - Fix typo in class name of index.js - Update README.md
Diffstat (limited to 'uncompressed/github_entreprise/index.js')
-rw-r--r--uncompressed/github_entreprise/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/uncompressed/github_entreprise/index.js b/uncompressed/github_entreprise/index.js
index 76901cb..f15e5cb 100644
--- a/uncompressed/github_entreprise/index.js
+++ b/uncompressed/github_entreprise/index.js
@@ -1,6 +1,6 @@
1"use strict"; 1"use strict";
2 2
3module.exports = Franz => class GitHubEntreprise extends Franz { 3module.exports = Franz => class GitHubEnterprise extends Franz {
4 async validateUrl(url) { 4 async validateUrl(url) {
5 try { 5 try {
6 const resp = await window.fetch(`${url}/api/v3`, { 6 const resp = await window.fetch(`${url}/api/v3`, {