From 59f5bbedaebf66d5626c63b0b224e2d137c96e6b Mon Sep 17 00:00:00 2001 From: alimy Date: Thu, 7 Jul 2022 21:42:52 +0800 Subject: [PATCH] remove unused code --- internal/routers/api/api.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/internal/routers/api/api.go b/internal/routers/api/api.go index 996b1e4b..f71491a1 100644 --- a/internal/routers/api/api.go +++ b/internal/routers/api/api.go @@ -6,8 +6,7 @@ import ( ) var ( - objectStorage core.ObjectStorageService - attachmentChecker core.AttachmentCheckService + objectStorage core.ObjectStorageService ) func Initialize() {