There are multiple active console.log statements left in the codebase (e.g. in src/app/admin/chapters/[chapterId]/edit/page.tsx and src/modules/admin/admin.controller.ts) which are logging raw API responses and data to the console. These should be removed for security and performance reasons.
There are multiple active console.log statements left in the codebase (e.g. in src/app/admin/chapters/[chapterId]/edit/page.tsx and src/modules/admin/admin.controller.ts) which are logging raw API responses and data to the console. These should be removed for security and performance reasons.