Skip to content

Commit

Permalink
feat: Made AD_TYPE filter nullable
Browse files Browse the repository at this point in the history
  • Loading branch information
paulk4633 committed Oct 1, 2024
1 parent 33fa674 commit a69a074
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/filterUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { QueryAttribute } from '../types/queryAttributes';

const isNullFilter = (filterAttribute: QueryAttribute | QueryAdAttribute): boolean => {
switch (filterAttribute) {
case 'AD_TYPE':
case 'CDN_PROVIDER':
case 'CUSTOM_DATA_1':
case 'CUSTOM_DATA_2':
Expand Down

0 comments on commit a69a074

Please sign in to comment.