summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaindropsSys <contact@minteck.org>2023-03-08 21:08:21 +0100
committerRaindropsSys <contact@minteck.org>2023-03-08 21:08:21 +0100
commita6dc735d5772ef58e427e41a0b2f93c34206e6b3 (patch)
treeb8d2fba419d9f6753cded393759dabafa6d31533
parent8ee7b84763f5a0312d26c77dde89c981b7a8c064 (diff)
downloadhorses-a6dc735d5772ef58e427e41a0b2f93c34206e6b3.tar.gz
horses-a6dc735d5772ef58e427e41a0b2f93c34206e6b3.tar.bz2
horses-a6dc735d5772ef58e427e41a0b2f93c34206e6b3.zip
Updated 2 files (automated)
-rw-r--r--includes/version.txt2
-rw-r--r--includes/youtrack/index.js2
2 files changed, 1 insertions, 3 deletions
diff --git a/includes/version.txt b/includes/version.txt
index c4891d6..088fb93 100644
--- a/includes/version.txt
+++ b/includes/version.txt
@@ -1 +1 @@
-12.2.2 \ No newline at end of file
+12.2.3 \ No newline at end of file
diff --git a/includes/youtrack/index.js b/includes/youtrack/index.js
index d5e53fc..36cf1ee 100644
--- a/includes/youtrack/index.js
+++ b/includes/youtrack/index.js
@@ -41,8 +41,6 @@ function generateShortName(name) {
}
})
- return;
-
let token = (await axios.post("https://auth.equestria.horse/hub/api/rest/oauth2/token", "grant_type=client_credentials&scope=Hub", {
headers: {
Authorization: "Basic " + Buffer.from(secrets.service).toString("base64")