Skip to content

Commit

Permalink
fix: suppress linter error.
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzadlone committed Feb 15, 2022
1 parent 480a000 commit 20a0052
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db/collection_delete.go
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ func (c *Collection) DeleteWithDocs(docs []*document.SimpleDocument, opts ...cli
return nil
}

//nolint:unused
func (c *Collection) deleteWithFilter(ctx context.Context, txn core.Txn, filter interface{}, opts ...client.DeleteOpt) (*client.DeleteResult, error) {
return nil, nil
}

0 comments on commit 20a0052

Please sign in to comment.