Skip to content

Commit

Permalink
modify API Key!
Browse files Browse the repository at this point in the history
  • Loading branch information
JayMalli committed Nov 9, 2024
1 parent 01ce8ac commit 349a08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/js/dataFunctions.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const WEATHER_API_KEY = "f1eaa22ed97c733597eb764a3f0230c4";
const WEATHER_API_KEY = "YOUR_API_KEY";

export const setLocationObject = (locationObj, coordsObj) => {
const { lat, lon, name, unit } = coordsObj;
Expand Down

0 comments on commit 349a08d

Please sign in to comment.