Fix getParticipantsByMeetingId
This commit is contained in:
parent
aaa33b46cb
commit
f53842271a
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user