Skip to content

Commit

Permalink
chore: add comment regarding filtering by site not implemented yet
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Fiedorowicz <mfiedorowicz@netboxlabs.com>
  • Loading branch information
mfiedorowicz committed Jan 15, 2025
1 parent 16d9951 commit c25d2c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions diode-server/dbstore/postgres/repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,9 @@ func (r *Repository) RetrieveDeviations(ctx context.Context, filter *reconcilerp
if len(filter.BranchId) > 0 {
params.BranchID = filter.BranchId
}

// TODO(mfiedorowicz): filtering by site is not implemented yet

if filter.IngestionTsStart > 0 {
params.IngestionTsStart = pgtype.Int8{Int64: filter.IngestionTsStart, Valid: true}
}
Expand Down

0 comments on commit c25d2c2

Please sign in to comment.