Fix getParticipantsByMeetingId
This commit is contained in:
@@ -58,10 +58,10 @@ function getMeetingById(id) {
|
||||
function getParticipantsByMeetingId(meeting_id) {
|
||||
return db('participant as p')
|
||||
.select(
|
||||
'p.id',
|
||||
'p.account_id',
|
||||
'p.email',
|
||||
'p.meeting_id',
|
||||
'p.earliest_time',
|
||||
'p.latest_time',
|
||||
'p.quorum',
|
||||
'p.mandatory',
|
||||
'p.host',
|
||||
|
||||
Reference in New Issue
Block a user