mirror of
https://github.com/Ategon/Jamjar.git
synced 2025-02-12 06:16:21 +00:00
Fix jam request
This commit is contained in:
parent
f6c1ce75a6
commit
3ca54b39a1
2 changed files with 4 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue