Skip to content

Commit

Permalink
fix that one thing lol
Browse files Browse the repository at this point in the history
  • Loading branch information
cmayeux05 committed Apr 25, 2024
1 parent 85f68a9 commit 308792a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/src/views/Researcher/DayLevelReportView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ const DayLevelReportView = () => {
});
//console.log(getArduinoXML(session.data.saves[session.data.saves.length - 1].workspace, workspaceRef.current))
updateSessionArduino(session.data.id, getArduinoXML(session.data.saves[session.data.saves.length - 1].workspace, workspaceRef.current))
.catch(error => {
console.log(error)
});
workspaceRef.current.dispose();
setSession(session.data);

const fetchedStudents = session.data.students[0].name;
Expand Down

0 comments on commit 308792a

Please sign in to comment.