Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
haxgun committed Oct 30, 2023
1 parent bf2fbc3 commit e9dc714
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/overlay.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e9dc714

Please sign in to comment.