Browse Source

revert: CDC search filter expect an iterable (#28532)

The fix had to be made on getsentry, not here.
Shruthi 3 years ago
parent
commit
7b6bf39143
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/sentry/search/snuba/executors.py

+ 0 - 2
src/sentry/search/snuba/executors.py

@@ -728,8 +728,6 @@ class CdcPostgresSnubaQueryExecutor(PostgresSnubaQueryExecutor):
         max_hits=None,
     ) -> CursorResult:
 
-        search_filters = search_filters or []
-
         if not validate_cdc_search_filters(search_filters):
             raise InvalidQueryForExecutor("Search filters invalid for this query executor")