Log errors

This commit is contained in:
Owen
2026-03-11 15:41:57 -07:00
committed by Owen Schwartz
parent b24de85157
commit 90afe5a7ac

View File

@@ -112,7 +112,7 @@ export async function updateHolePunch(
destinations: destinations
});
} catch (error) {
// logger.error(error); // FIX THIS
logger.error(error);
return next(
createHttpError(
HttpCode.INTERNAL_SERVER_ERROR,