refactor(database): 🎨 Update database and schema names to be clearer

This commit is contained in:
Jesse Wierzbinski 2024-04-16 20:36:01 -10:00
parent 9081036c6d
commit 88b3ec7b43
No known key found for this signature in database
92 changed files with 6785 additions and 1018 deletions

View file

@ -77,7 +77,7 @@ export const processRoute = async (
return null;
});
if (!route) {
if (!route?.meta) {
return errorResponse("Route not found", 404);
}