diff --git a/apps/server/src/integrations/git-sync/services/git-sync.orchestrator.ts b/apps/server/src/integrations/git-sync/services/git-sync.orchestrator.ts index caa49da3..6c153137 100644 --- a/apps/server/src/integrations/git-sync/services/git-sync.orchestrator.ts +++ b/apps/server/src/integrations/git-sync/services/git-sync.orchestrator.ts @@ -6,7 +6,6 @@ import { } from '@nestjs/common'; import { SchedulerRegistry } from '@nestjs/schedule'; import { mkdir, readFile, rm, writeFile } from 'node:fs/promises'; -import { dirname } from 'node:path'; import { InjectKysely } from 'nestjs-kysely'; import { KyselyDB } from '@docmost/db/types/kysely.types'; import { sql } from 'kysely';