mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 05:37:34 +03:00
Fixed parameter naming for members importer
This commit is contained in:
parent
d2fbe327e4
commit
4126187df3
@ -40,7 +40,7 @@ function serializeMemberLabels(labels) {
|
|||||||
return [];
|
return [];
|
||||||
}
|
}
|
||||||
|
|
||||||
const doImport = async ({membersBatch: members, allLabelModels, importSetLabels, imported, invalid, createdBy}) => {
|
const doImport = async ({members, allLabelModels, importSetLabels, imported, invalid, createdBy}) => {
|
||||||
const mappedMemberBatchData = [];
|
const mappedMemberBatchData = [];
|
||||||
const mappedMembersLabelsBatchAssociations = [];
|
const mappedMembersLabelsBatchAssociations = [];
|
||||||
const membersWithStripeCustomers = [];
|
const membersWithStripeCustomers = [];
|
||||||
|
Loading…
Reference in New Issue
Block a user