Skip to content

Commit

Permalink
Removed unnecessary line spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Eswar2103 committed Aug 16, 2024
1 parent 892ea73 commit cfaca17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/src/events.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,6 @@ function emitResponse(finalResult, msg, userId, method) {
const userWSData = userManagement.getWsForUser(config.interactionService?.user);
createAndSendInteractionLog(eventMessage, method, null, userWSData); // creating interaction log and send it to the client
wsArr.forEach((ws) => {

ws.send(eventMessage);
// Check if eventType is included in config
if (eventConfig.eventType) {
Expand Down

0 comments on commit cfaca17

Please sign in to comment.