Last log i promise

This commit is contained in:
Jesse Wierzbinski 2024-04-14 02:12:32 -10:00
parent 047dda076b
commit 4db9b1c544
No known key found for this signature in database

View file

@ -86,17 +86,7 @@ export const processRoute = async (
matchedRoute.filePath
).catch(() => null);
await dualLogger.log(
LogLevel.DEBUG,
"Server.RouteProcessor",
JSON.stringify(matchedRoute),
);
await dualLogger.log(
LogLevel.DEBUG,
"Server.RouteProcessor",
JSON.stringify(route),
);
console.log(route);
if (!route) {
return errorResponse("Route not found", 404);