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