mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-28 21:33:24 +03:00
parent
53abf79869
commit
dba664a200
@ -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 New Issue
Block a user