mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Fixed parameter naming for members importer
This commit is contained in:
parent
d2fbe327e4
commit
4126187df3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue