Ghost/ghost/members-importer
Simon Backx 6e72767a50
Fixed verification trigger not working for large imports (#15887)
fixes https://github.com/TryGhost/Team/issues/2326

When importing more than 500 members, we didn't testImportThreshold at
the right time. It was called too early because the importing job was
not awaited. This also adds an E2E test for this case.
2022-11-28 18:22:10 +01:00
..
lib Fixed verification trigger not working for large imports (#15887) 2022-11-28 18:22:10 +01:00
test Fixed verification trigger not working for large imports (#15887) 2022-11-28 18:22:10 +01: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 Fixed verification trigger not working for large imports (#15887) 2022-11-28 18:22:10 +01:00