Skip to content

Commit

Permalink
dump visits
Browse files Browse the repository at this point in the history
  • Loading branch information
nin-jin committed Oct 11, 2023
1 parent 32b2e44 commit a7f849c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meetup/guests/guests.view.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ namespace $.$$ {
const table = this.meetup().joined_list().map( person => ({
id: person.id(),
real_name: person.name_real(),
visitor: this.visitor( person.id() ),
}) )
const text = $mol_csv_serial( table )
return new $mol_blob( [ text ], { type: 'text/csv' } )
Expand Down

0 comments on commit a7f849c

Please sign in to comment.