Removed unused variable

refs 53abf79869
This commit is contained in:
Nazar Gargol 2020-06-09 15:31:42 +12:00
parent 53abf79869
commit dba664a200

View File

@ -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;