mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-23 22:11:09 +03:00
ddbee90c1c
- 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 |
||
---|---|---|
.. | ||
lib | ||
test | ||
.eslintrc.js | ||
index.js | ||
package.json | ||
README.md |
Mailgun Client
Mailgun client for Ghost
Usage
Test
yarn lint
run just eslintyarn test
run lint and tests