Skip to content

Commit

Permalink
remove todo and create an issue instead
Browse files Browse the repository at this point in the history
  • Loading branch information
hkadakia committed Dec 8, 2021
1 parent 78ea28a commit 6df2f6d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions go/v1beta1/storage/pgsqlstore.go
Original file line number Diff line number Diff line change
Expand Up @@ -573,8 +573,6 @@ func (pg *PgSQLStore) ListNotes(ctx context.Context, pID, filter, pageToken stri

// ListNoteOccurrences returns up to pageSize number of occcurrences on the particular note (nID)
// for this project (pID) projects beginning at pageToken (or from start if pageToken is the empty string).
// TODO: implement query filter for NoteOccurrences.
// ListNoteOccurrences is not used by grafeas-client currently.
func (pg *PgSQLStore) ListNoteOccurrences(ctx context.Context, pID, nID, filter, pageToken string, pageSize int32) ([]*pb.Occurrence, string, error) {
// Verify that note exists
if _, err := pg.GetNote(ctx, pID, nID); err != nil {
Expand Down

0 comments on commit 6df2f6d

Please sign in to comment.