Skip to content

Commit

Permalink
fix: remove extra ";" in websocket_server.hpp (#311)
Browse files Browse the repository at this point in the history
PR for fixing this
[issue](#308).
  • Loading branch information
apmilko authored Jun 27, 2024
1 parent d665041 commit 84e177f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1044,7 +1044,7 @@ inline void Server<ServerConfiguration>::sendServiceFailure(ConnHandle clientHan
{"serviceId", serviceId},
{"callId", callId},
{"message", message}});
};
}

template <typename ServerConfiguration>
inline void Server<ServerConfiguration>::updateConnectionGraph(
Expand Down

0 comments on commit 84e177f

Please sign in to comment.