0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-03 23:00:14 -05:00
ghost/core/server/services/members/importer
Daniel Lockyer e9b21fdbd1 Updated bson-objectid calls to match API change
refs c873899e49

- as of `bson-objectid` v2.0.0, this library exports the function
  to generate an ObjectID directly, and then you need to use `.toHexString()`
  to get the 24 character hex string - 6696f27d82
- this commit removes all uses of `.generate()` and replaces with this
  change
2021-04-21 16:23:52 +01:00
..
batch-import.js Updated bson-objectid calls to match API change 2021-04-21 16:23:52 +01:00
email-template.js Fixed member import email heading spacing 2021-03-22 18:15:11 +01:00
index.js Fixed Members importer usage of linkStripeCustomer 2021-01-26 21:26:19 +05:30
labels.js Refactored members imporeter in preparation for jobs 2020-08-27 21:47:00 +12:00