log error

This commit is contained in:
Owen
2026-07-06 14:44:16 -04:00
parent 71da22328c
commit d4549f1c33
@@ -65,6 +65,7 @@ export function verifyValidSubscription(tiers: Tier[]) {
return next(); return next();
} catch (e) { } catch (e) {
console.error(e);
return next( return next(
createHttpError( createHttpError(
HttpCode.INTERNAL_SERVER_ERROR, HttpCode.INTERNAL_SERVER_ERROR,