Skip to content

Commit

Permalink
fix: [domain search] fix template domain types filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Terrtia committed May 24, 2023
1 parent a30cc15 commit 19f154a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lib/objects/Domains.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ def sanitize_domains_types(types):
types_domains = []
for type_d in types:
if type_d in domains_types:
domains_types.append(type_d)
types_domains.append(type_d)
if not types_domains:
return domains_types
return types_domains
Expand Down

0 comments on commit 19f154a

Please sign in to comment.