From b623162d37f87f9f174d8f6cd8e54c7034cfc789 Mon Sep 17 00:00:00 2001 From: Johnny Date: Sun, 8 Feb 2026 21:37:02 +0800 Subject: [PATCH] chore: fix static check linter warnings --- server/router/api/v1/test/activity_deleted_memo_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/router/api/v1/test/activity_deleted_memo_test.go b/server/router/api/v1/test/activity_deleted_memo_test.go index c7b3b6614..33d2206ed 100644 --- a/server/router/api/v1/test/activity_deleted_memo_test.go +++ b/server/router/api/v1/test/activity_deleted_memo_test.go @@ -7,7 +7,7 @@ import ( "github.com/stretchr/testify/require" apiv1 "github.com/usememos/memos/proto/gen/api/v1" - v1 "github.com/usememos/memos/server/router/api/v1" + v1 "github.com/usememos/memos/server/router/api/v1" //nolint:revive "github.com/usememos/memos/store" )