diff --git a/src/Pages/CFStandings/CfStandings.jsx b/src/Pages/CFStandings/CfStandings.jsx index 31613bc..3b30c9f 100644 --- a/src/Pages/CFStandings/CfStandings.jsx +++ b/src/Pages/CFStandings/CfStandings.jsx @@ -12,7 +12,7 @@ async function pullData(message, time) { const hashArray = Array.from(new Uint8Array(hashBuffer)); const hashHex = hashArray.map((b) => b.toString(16).padStart(2, "0")).join(""); const res = await fetch( - `https://codeforces.com/api/contest.standings?contestId=563188&apiKey=${key}&time=${time}&apiSig=123456<${hashHex}>` + `https://codeforces.com/api/contest.standings?contestId=564294&apiKey=${key}&time=${time}&apiSig=123456<${hashHex}>` ); if (!res.ok) throw new Error("Network response was not ok"); return res.json(); @@ -42,7 +42,7 @@ const CfStandings = () => { const Wrapper = () => { const nowTime = Math.floor(Date.now() / 1000); - const code = `123456/contest.standings?apiKey=${key}&contestId=563188&time=${nowTime}#${secret}`; + const code = `123456/contest.standings?apiKey=${key}&contestId=564294&time=${nowTime}#${secret}`; const { isLoading, error, data } = useQuery({ queryKey: ["repoData"], queryFn: () => pullData(code, nowTime), @@ -76,7 +76,7 @@ const Wrapper = () => { return (
-

prelims standings

+

finals standings