mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
parent
53abf79869
commit
dba664a200
1 changed files with 0 additions and 13 deletions
|
@ -48,19 +48,6 @@ module.exports = {
|
|||
exportCSV(models, apiConfig, frame) {
|
||||
debug('exportCSV');
|
||||
|
||||
const fields = [
|
||||
'id',
|
||||
'email',
|
||||
'name',
|
||||
'note',
|
||||
'subscribed_to_emails',
|
||||
'complimentary_plan',
|
||||
'stripe_customer_id',
|
||||
'created_at',
|
||||
'deleted_at',
|
||||
'labels'
|
||||
];
|
||||
|
||||
const members = models.members.map((member) => {
|
||||
member = mapper.mapMember(member, frame);
|
||||
let stripeCustomerId;
|
||||
|
|
Loading…
Reference in a new issue