From d3b079ec95c7368d71bf1a96e6072da4fc1428cf Mon Sep 17 00:00:00 2001 From: claude code agent 227 Date: Wed, 24 Jun 2026 02:13:33 +0300 Subject: [PATCH] chore(git-sync): drop now-unused dirname import (PR #119 review) Co-Authored-By: Claude Opus 4.8 --- .../src/integrations/git-sync/services/git-sync.orchestrator.ts | 1 - 1 file changed, 1 deletion(-) 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';