Fix jam request

This commit is contained in:
Ategon 2025-01-24 18:44:45 -05:00
parent f6c1ce75a6
commit 3ca54b39a1
2 changed files with 4 additions and 4 deletions

View file

@ -31,7 +31,7 @@ export async function getCurrentJam(): Promise<ActiveJamResponse | null> {
// Return the phase and jam details
return {
phase: data.phase,
jam: data.jam,
jam: data.futureJam,
};
} catch (error) {
console.error("Error fetching active jam:", error);