Ghost/core/server/services/mega
Naz 26f419f085 Reduced method complexity for sendTestEmail method
refs baccbb4942
refs https://github.com/TryGhost/Team/issues/694

- The change is here to remove yet another ESLint method complexity error
- The custom error handling complexity was introduced here in a referenced commit without an obvious reason. The specifics of how the "sendTestEmail" method handles errors should not leak out from the method, if there are errors in the response they should be handled internally and the method would uniformly reject with a single error.
2021-09-02 13:11:10 +04:00
..
email-preview.js Extracted email preview service 2021-09-02 13:11:10 +04:00
index.js Extracted email preview service 2021-09-02 13:11:10 +04:00
mega.js Reduced method complexity for sendTestEmail method 2021-09-02 13:11:10 +04:00
post-email-serializer.js Fixed leading/trailing HR removal when rendering email content 2021-08-25 09:25:55 +01:00
segment-parser.js Added unique filtering for segment parser 2021-06-30 17:43:28 +04:00
template-labs.js Fixed hr element and button overlapping in cta card in email template 2021-08-03 18:43:29 +02:00
template.js 🐛 Fixed alt="null" for feature image in emails 2021-07-15 09:44:34 +01:00