Skip to content

Commit

Permalink
nit: enable long polling
Browse files Browse the repository at this point in the history
  • Loading branch information
HollaG committed Nov 7, 2024
1 parent a30239d commit b600c5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion peer-prep/src/pages/Session/SessionPage/SessionPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,6 @@ export default function SessionPage() {
useEffect(() => {
// Call checkRoomStatus every 5 seconds
const intervalId = setInterval(() => {
return;
checkRoomStatus();
}, 5000);

Expand Down

0 comments on commit b600c5d

Please sign in to comment.