Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen authored and gary-kim committed Jul 15, 2021
1 parent cf85ac6 commit 06dd757
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Model/SelectHelper.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public function selectAttendeesTable(IQueryBuilder $query, string $alias = 'a'):
->addSelect($alias . 'read_privacy')
->addSelect($alias . 'publishing_permissions')
->addSelect($alias . 'access_token')
->addSelect($alias . 'remote_id')
->selectAlias($alias . 'id', 'a_id');
}

Expand Down

0 comments on commit 06dd757

Please sign in to comment.