Repasser la jauge attendu à 200 personnes

This commit is contained in:
nono-lqdn 2026-01-30 11:37:36 +01:00 committed by Nono
parent e9dcacf319
commit a64f91606a

View file

@ -1,6 +1,6 @@
const gauge_url = "https://api.camp.interhacker.space/api/gauge"
const fundraising_url = "https://api.camp.interhacker.space/api/fundraising"
const gaugeMax = 250;
const gaugeMax = 200;
const fundraisingTotalMax = 20000;
async function getGauge() {