Skip to content

Commit

Permalink
fix(analysis): Repeated line
Browse files Browse the repository at this point in the history
  • Loading branch information
HagerDakroury committed Jul 22, 2021
1 parent d310ada commit ced865c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions analysis/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,6 @@ io.on("connection", (socket: any) => {
"emotion update",
JSON.stringify(instructors[meeting])
);
io.to(meeting).emit(
"emotion update",
JSON.stringify(instructors[meeting])
);
}
}
});
Expand Down

0 comments on commit ced865c

Please sign in to comment.