Format with prettier

This commit is contained in:
Zubin Gao 2020-04-18 20:03:22 +08:00
parent 35c0fa437f
commit 300e94be5b
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ io.on("connection", function (socket) {
socket.on("token", function (room) {
logIt("Received token request", room);
if (iceServer) {
socket.emit("token", {iceServers: [iceServer]);
socket.emit("token", { iceServers: [iceServer] });
return;
}
twilio.tokens.create(function (err, response) {