mirror of
https://github.com/aljazceru/landscape-template.git
synced 2025-12-28 19:44:23 +01:00
chore: remove extra logs
This commit is contained in:
@@ -55,7 +55,6 @@ const allCategoriesQuery = extendType({
|
||||
}
|
||||
}
|
||||
})
|
||||
console.log(categories);
|
||||
categories.sort((c1, c2) => c2._count.project - c1._count.project)
|
||||
return categories;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user