From fe3ccfb64051073df599feffa440d821549db20e Mon Sep 17 00:00:00 2001 From: Claude Date: Tue, 18 Nov 2025 05:06:42 +0000 Subject: [PATCH] fix(sync): remove unused encoding/json import Remove unused import that was causing build failure in the API server Docker build. --- api/internal/sync/sync.go | 1 - 1 file changed, 1 deletion(-) diff --git a/api/internal/sync/sync.go b/api/internal/sync/sync.go index cd816e8b..b7297abb 100644 --- a/api/internal/sync/sync.go +++ b/api/internal/sync/sync.go @@ -32,7 +32,6 @@ package sync import ( "context" "database/sql" - "encoding/json" "fmt" "log" "os"