From b5889e7b0a703b2f0381cabb201cf3634d3bf386 Mon Sep 17 00:00:00 2001 From: Janis Date: Sat, 29 Oct 2022 15:51:02 +0200 Subject: [PATCH] removed api key ;) --- config.js | 2 +- update.ps1 | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config.js b/config.js index 6d4580f..0ffc93a 100644 --- a/config.js +++ b/config.js @@ -1,3 +1,3 @@ const CONFIG = { - apiKey: "1e8d3bcbc24f95e64672521ccdcf6020e2d64d30", + apiKey: "", }; diff --git a/update.ps1 b/update.ps1 index bdd296c..a06e527 100644 --- a/update.ps1 +++ b/update.ps1 @@ -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 \ No newline at end of file