0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Fixed members bulk import's createdBy field assignment

no issue

- Method signature has been changed with cada88975a, the call needed an update as well
This commit is contained in:
Nazar Gargol 2020-08-19 17:14:45 +12:00
parent 6512b98049
commit 616767d0ec

View file

@ -647,8 +647,6 @@ module.exports = {
members: sanitized,
allLabelModels,
importSetLabels,
imported,
invalid,
createdBy
});
}).then((result) => {