Minor cleanup

master
Daniel Berteaud 10 years ago
parent 821516a090
commit 6ec5ce7e60
  1. 5
      vroom.pl

@ -371,7 +371,10 @@ helper get_participant_list => sub {
return {msg => $@};
}
$sth->execute($room->{id});
return {ok => 1, data => $sth->fetchall_hashref('room_id')->{$room->{id}}};
return {
ok => 1,
data => $sth->fetchall_hashref('room_id')->{$room->{id}}
};
};
# Set the role of a peer

Loading…
Cancel
Save