diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 9b4bda6..bf36433 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: - name: Detect changes id: filter run: | - SERVICES="bff product admin user ad chore express sale wecom task equipment lonelog" + SERVICES="bff product admin user ad chore express sale wecom task equipment log" pattern_for() { case "$1" in diff --git a/services/lonelog/internal/logic/itemslogic.go b/services/lonelog/internal/logic/itemslogic.go index 727a115..dc04683 100644 --- a/services/lonelog/internal/logic/itemslogic.go +++ b/services/lonelog/internal/logic/itemslogic.go @@ -20,7 +20,6 @@ type ItemsLogic struct { BaseLogic } -// NewItemsLogic func NewItemsLogic(ctx context.Context, svcCtx *svc.ServiceContext) *ItemsLogic { return &ItemsLogic{ ctx: ctx,