Ghost/ghost/members-importer
Naz 8dc630b3a0
Removed cleaned up use of "Job" object
refs https://github.com/TryGhost/Toolbox/issues/430

- Importer code was filled with an unnecessarily complex "job" object that was passed around. It had an "id" property, which confusingly was a path to a file at all times.
- Simplified the logic significantly by keeping and passing around the path to a "prepared" members CSV.
2022-10-19 18:10:40 +08:00
..
lib Removed cleaned up use of "Job" object 2022-10-19 18:10:40 +08:00
test Removed cleaned up use of "Job" object 2022-10-19 18:10:40 +08:00
.eslintrc.js Initialized members-importer package 2021-07-22 01:53:21 +12:00
index.js Fixed default package export 2021-07-22 01:53:21 +12:00
package.json Update dependency mocha to v10.1.0 2022-10-17 08:41:28 +00:00