From 6d78af4d3aa1d2c58198125fcddfe1acf1cf289b Mon Sep 17 00:00:00 2001 From: anaxios Date: Tue, 27 May 2025 13:46:23 -0700 Subject: [PATCH] fix: rename CONNECTOR envar to MY_MC_API_KEY --- fetch-my-mc-connector.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",