Ghost/core/server/services/stripe/index.js
Fabien "egg" O'Carroll 91df910dbb 🐛 Fixed crashing on boot with revoked Stripe keys
no-issue

The refactor of Stripe boot logic missed catching any errors from the
migrations running or the webhooks initialising. This adds try/catches
to the services so that we can log the errors.
2022-01-24 17:50:55 +02:00

2 lines
39 B
JavaScript

module.exports = require('./service');