repository cleanup functionality

This commit is contained in:
Arunavo Ray
2025-08-27 19:12:52 +05:30
parent 698eb0b507
commit 38a0d1b494
3 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
import type { APIRoute } from 'astro';
import { auth } from '@/lib/auth';
import { createSecureErrorResponse } from '@/lib/utils/error-handler';
import { createSecureErrorResponse } from '@/lib/utils';
import { triggerRepositoryCleanup } from '@/lib/repository-cleanup-service';
/**