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
index.js
package.json Fixed verification trigger not working for large imports (#15887) 2022-11-28 18:22:10 +01:00