Uncomment Stripe webhook handling

This commit is contained in:
Jonathan Barrow 2022-10-01 17:01:54 -04:00
parent be3d62a836
commit f2305b8c9f
No known key found for this signature in database
GPG Key ID: E86E9FE9049C741F

View File

@ -151,7 +151,7 @@ database.connect().then(() => {
});
for (const event of events.data) {
//await util.handleStripeEvent(event);
await util.handleStripeEvent(event);
}
logger.success(`Server listening on http://localhost:${port}`);