Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
greybax authored Dec 13, 2023
1 parent fd80531 commit 73c399c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const startSearch = () => {
const maxDelayInput = document.getElementById('maxDelay') as HTMLInputElement;
const searchLimitInput = document.getElementById('searchLimit') as HTMLInputElement;

let counter = 0;
var counter = 0;
let intervalId: number;

const getRandomDelay = () => {
Expand Down

0 comments on commit 73c399c

Please sign in to comment.