mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-27 18:52:14 +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 [];
|
||||
}
|
||||
|
||||
const doImport = async ({membersBatch: members, allLabelModels, importSetLabels, imported, invalid, createdBy}) => {
|
||||
const doImport = async ({members, allLabelModels, importSetLabels, imported, invalid, createdBy}) => {
|
||||
const mappedMemberBatchData = [];
|
||||
const mappedMembersLabelsBatchAssociations = [];
|
||||
const membersWithStripeCustomers = [];
|
||||
|
Loading…
Reference in New Issue
Block a user