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 destinations: destinations
}); });
} catch (error) { } catch (error) {
// logger.error(error); // FIX THIS logger.error(error);
return next( return next(
createHttpError( createHttpError(
HttpCode.INTERNAL_SERVER_ERROR, HttpCode.INTERNAL_SERVER_ERROR,