removed api key ;)

This commit is contained in:
Janis
2022-10-29 15:51:02 +02:00
parent 6936eaf689
commit b5889e7b0a
2 changed files with 2 additions and 1 deletions

View File

@@ -1,3 +1,3 @@
const CONFIG = {
apiKey: "1e8d3bcbc24f95e64672521ccdcf6020e2d64d30",
apiKey: "",
};

View File

@@ -50,4 +50,5 @@ if ($newestVersionString -ne "") {
else {
Write-Output "No new version found!"
}
Write-Output "You need to add your API-Key again to the config.js!"
pause