Skip to content

Commit

Permalink
i want to sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
tntons committed Mar 28, 2024
1 parent 0546272 commit dfb23b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/app/(user)/shake/[university]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default function Shake() {
setCount(prevCount => {
const newCount = prevCount + 1;
if (socket) {
socket.emit('events', `${university} ${count}`);
socket?.emit('events', `${university} ${count}`);
}
return newCount;
});
Expand Down

0 comments on commit dfb23b9

Please sign in to comment.