Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
16BitNarwhal committed Aug 26, 2024
1 parent 3fbde42 commit 00da8a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/pages/MeetingPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ const MeetingPage = () => {
fetch(`${SERVER_URL}/api/chat_history/${meeting_id}`)
.then((response) => response.json())
.then((data) => {
// console.log(`data is ${JSON.stringify(data)}`);
setMessages(data);
});
}
Expand Down

0 comments on commit 00da8a1

Please sign in to comment.