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
src/helpers

View file

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