From 962c39f3c25223d7cae05c5120dcf6608b231572 Mon Sep 17 00:00:00 2001 From: wangchuxiao Date: Thu, 16 Mar 2023 16:11:34 +0800 Subject: [PATCH] db --- internal/apiresp/resp.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/internal/apiresp/resp.go b/internal/apiresp/resp.go index 4f6a636db..5d208d0d3 100644 --- a/internal/apiresp/resp.go +++ b/internal/apiresp/resp.go @@ -1,8 +1,6 @@ package apiresp import ( - "context" - "github.com/OpenIMSDK/Open-IM-Server/pkg/common/log" "github.com/OpenIMSDK/Open-IM-Server/pkg/errs" )