Skip to content

Commit

Permalink
feat: update eventJoinEventConsumer getById to get consume profile pi…
Browse files Browse the repository at this point in the history
…c url
  • Loading branch information
keithching committed Feb 12, 2023
1 parent 5bfcc4b commit da4d5b0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ module.exports = {
event_id: `${EVENT_JOIN_EVENT_CONSUMER_TABLE}.event_id`,
consumer_id: `${EVENT_JOIN_EVENT_CONSUMER_TABLE}.consumer_id`,
consumer_name: `${EVENT_CONSUMER_TABLE}.name`,
profile_pic_url: `${EVENT_CONSUMER_TABLE}.profile_pic_url`,
})
.from(EVENT_JOIN_EVENT_CONSUMER_TABLE)
.join(EVENT_CONSUMER_TABLE, "consumer_id", `${EVENT_CONSUMER_TABLE}.id`)
Expand Down

0 comments on commit da4d5b0

Please sign in to comment.