chore: fix linter warnings

This commit is contained in:
Steven
2024-09-04 23:31:28 +08:00
parent 4209575244
commit 88db037204
2 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ import (
"github.com/usememos/memos/plugin/webhook"
v1pb "github.com/usememos/memos/proto/gen/api/v1"
storepb "github.com/usememos/memos/proto/gen/store"
memoproperty "github.com/usememos/memos/server/runner/memoproperty"
"github.com/usememos/memos/server/runner/memoproperty"
"github.com/usememos/memos/store"
)