Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
samarth52 committed Nov 18, 2024
1 parent cd5d2b2 commit 8475639
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/updateGamePopularity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ async function updateGamePopularity() {

try {
console.log(`Making request to ${url}/api/games/popularity`);
console.log(url.length);
console.log(cronKey.length);

const response = await axios({
method: "POST",
Expand Down

0 comments on commit 8475639

Please sign in to comment.