Updated API sleep minutes for new key :)
All checks were successful
pipeline / build-and-push-images (push) Successful in 2m21s
pipeline / deploy (push) Successful in 13s

This commit is contained in:
2025-02-02 14:14:01 +01:00
parent 599dd1859c
commit a6de8d7a55

View File

@@ -1,6 +1,6 @@
const base = "https://euw1.api.riotgames.com"
const api_key = process.env.RIOT_API_KEY
const sleep_minutes = 3
const sleep_minutes = 12
import { MongoClient } from 'mongodb'