chore: use appropriate comment for clarity

This commit is contained in:
Kaushal Shriwas 2026-03-11 15:56:41 +05:30
parent 3fd45ad05f
commit dccf136dd4

View file

@ -465,7 +465,7 @@ def validate_link_and_fetch(
) )
if not search_result: if not search_result:
return {} return {} # Either the record does not exist or was excluded by link_filters
values = None values = None
is_virtual_dt = bool(meta.get("is_virtual")) is_virtual_dt = bool(meta.get("is_virtual"))