fd6f48d6b2
- during a refactor, I moved the `BATCH_SIZE` variable around - putting the variable export above a more general export means it get overwritten and the value is `undefined` outside of the module - when we chunk the emails, we were chunking in sized of `undefined`, so I'm guessing it just defaulted to 1 - this means the email batches were of size 1 instead of 1000 - oops |
||
---|---|---|
.. | ||
fixtures | ||
.eslintrc.js | ||
mailgun-client.test.js |