Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 committed Oct 14, 2024
1 parent faa390c commit 50ca3fe
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/search/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,6 @@ func (c *client) OnSubjectDelete(_ context.Context, id model.SubjectID) error {
return errgo.Wrap(err, "search")
}

func (c *client) flush() {
}

// UpsertSubject add subject to search backend.
func (c *client) sendBatch(items []subjectIndex) {
c.log.Debug("send batch to meilisearch", zap.Int("len", len(items)))
Expand Down

0 comments on commit 50ca3fe

Please sign in to comment.