diff --git a/src/js/overlay.js b/src/js/overlay.js index 388a9c7..b0d56a8 100644 --- a/src/js/overlay.js +++ b/src/js/overlay.js @@ -2,8 +2,8 @@ import '../scss/overlay.scss' import { setIntervalAsync } from 'set-interval-async'; // Urls and Alpine Data -let url = new URL(window.location.href); -let urlParams = url.searchParams; +const url = new URL(window.location.href); +const urlParams = url.searchParams; const apiUrl = 'https://api.henrikdev.xyz/valorant' // Color Settings