cc72e8f599
closes https://github.com/TryGhost/Team/issues/2219 - The CSV importer was failing when a "complimentary_plan" flag was present with a "true" value. The root of the issue was the data model change where the "id" of the Tier object is no longer a String but an ObjectID instance. It's a slight departure from previous bookshelf object behavior where 'id' property is always a string that is a stringified ObjectID. - In the future we should unify the logic across all data access objects to either keep the convention of using a String under id property or switch to ObjectId instances. |
||
---|---|---|
.. | ||
lib | ||
test | ||
.eslintrc.js | ||
index.js | ||
package.json |