log error

This commit is contained in:
Owen
2026-07-06 14:44:16 -04:00
parent 71da22328c
commit d4549f1c33

View File

@@ -65,6 +65,7 @@ export function verifyValidSubscription(tiers: Tier[]) {
return next();
} catch (e) {
console.error(e);
return next(
createHttpError(
HttpCode.INTERNAL_SERVER_ERROR,