Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-06-14 14:26:56 +0300
committerJoas Schilling <coding@schilljs.com>2021-06-14 14:26:56 +0300
commitad1de57c4cebb01268b9445fca48c8e6a4747ba7 (patch)
tree975715fd3de4e6654bac7fdb3ba7c188edd6d327
parentc3728e7ba11a8cc3c530ec1f24a849d240ac4422 (diff)
Fix CS
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--lib/Service/ParticipantService.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Service/ParticipantService.php b/lib/Service/ParticipantService.php
index 54f2c398d..b5c18054d 100644
--- a/lib/Service/ParticipantService.php
+++ b/lib/Service/ParticipantService.php
@@ -696,7 +696,6 @@ class ParticipantService {
$attendees = [];
$result = $query->execute();
while ($row = $result->fetch()) {
-
$attendeeIds[] = (int) $row['a_id'];
$attendees[] = $this->attendeeMapper->createAttendeeFromRow($row);
}