Skip to content

Commit

Permalink
z
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed Nov 26, 2024
1 parent a716740 commit 3d2c2c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/search/person/event.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ import (
"errors"
"strconv"

"github.com/trim21/errgo"

"github.com/bangumi/server/domain/gerr"
"github.com/bangumi/server/internal/model"
"github.com/trim21/errgo"
)

func (c *client) OnAdded(ctx context.Context, id model.PersonID) error {
Expand Down

0 comments on commit 3d2c2c0

Please sign in to comment.