fix: resolve code review issues - import paths and structure cleanup

- Fix infrastructure imports: chunked-storage uses new path for shared/utils and interfaces/s3
- Fix health-controller: imports from infrastructure/persistence/drizzle instead of old db/
- Fix routes/index.ts: imports from new interfaces/s3 and middleware paths
- Marked Telegram-specific types in shared/utils/file.ts as future extraction

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
Claude
2026-07-28 18:21:57 +07:00
parent 4568644922
commit ee10cb494e
3 changed files with 8 additions and 8 deletions
@@ -1,7 +1,7 @@
import { sql } from 'drizzle-orm';
import { db } from '../../../db';
import { db } from '../../../infrastructure/persistence/drizzle/index';
import { getErrorMessage } from '../../../shared/utils/file';
import logger from '../../../utils/logger';
import logger from '../../../shared/logger/index';
/**
* Handles the health-check endpoint.