Ghost/ghost/mailgun-client/lib
Daniel Lockyer ddbee90c1c
Fixed bug when checking email batch size
- even though we don't do anything yet, the code was calling `.length`
  on an object, which is `undefined`
- this fixes that by checking the length of the keys
- also moves the code block down so we can early-return if mailgun is
  not configured
2022-08-11 09:10:49 +02:00
..
mailgun-client.js Fixed bug when checking email batch size 2022-08-11 09:10:49 +02:00