diff --git a/fetch-my-mc-connector.js b/fetch-my-mc-connector.js index c23446e..2a8245a 100644 --- a/fetch-my-mc-connector.js +++ b/fetch-my-mc-connector.js @@ -1,4 +1,4 @@ -const apiKey = process.env.CONNECTOR; +const apiKey = process.env.MY_MC_API_KEY; const result = fetch('https://api.my-mc.link/my-hash',{ method: "GET",