From 1652d05fcd8af1cdba429365d8c8a9fd0c3d694f Mon Sep 17 00:00:00 2001 From: Joaquin Date: Tue, 6 May 2025 18:15:32 -0700 Subject: [PATCH] feature/push to pull --- src/public/scripts/geolocation.js | 2 +- src/util/currencies.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/public/scripts/geolocation.js b/src/public/scripts/geolocation.js index 74e5652..e5c55b8 100644 --- a/src/public/scripts/geolocation.js +++ b/src/public/scripts/geolocation.js @@ -40,4 +40,4 @@ function error(err) { console.error("Geolocation error: ", err); } -getLocation(); \ No newline at end of file +//getLocation(); \ No newline at end of file diff --git a/src/util/currencies.js b/src/util/currencies.js index e69de29..0519ecb 100644 --- a/src/util/currencies.js +++ b/src/util/currencies.js @@ -0,0 +1 @@ + \ No newline at end of file