mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-06 20:29:50 +00:00
log error
This commit is contained in:
@@ -65,6 +65,7 @@ export function verifyValidSubscription(tiers: Tier[]) {
|
||||
|
||||
return next();
|
||||
} catch (e) {
|
||||
console.error(e);
|
||||
return next(
|
||||
createHttpError(
|
||||
HttpCode.INTERNAL_SERVER_ERROR,
|
||||
|
||||
Reference in New Issue
Block a user