From 413a98673ce8aaa838622c458975bc4002ed6d1f Mon Sep 17 00:00:00 2001 From: MOHAMMED KAIF <146006914+MKAIF5@users.noreply.github.com> Date: Wed, 22 May 2024 21:28:26 +0500 Subject: [PATCH] Update script.js --- script.js | 1 - 1 file changed, 1 deletion(-) diff --git a/script.js b/script.js index ce3d1ef..282f3e6 100644 --- a/script.js +++ b/script.js @@ -14,7 +14,6 @@ form.addEventListener("submit", (event) => { searchWeather(); } }); - let id = "9505fd1df737e20152fbd78cdb289b6a"; let url = "https://api.openweathermap.org/data/2.5/weather?units=metric&appid=" + id;