Skip to content

Commit

Permalink
Check for local_md5
Browse files Browse the repository at this point in the history
  • Loading branch information
NiallRees committed May 14, 2024
1 parent 859d066 commit 4e4ec12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/query_comment.sql
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
) -%}
{%- endif -%}

{%- if node.raw_code is not none -%}
{%- if node.raw_code is not none and local_md5 -%}
{%- do comment_dict.update({
"raw_code_hash": local_md5(node.raw_code)
}) -%}
Expand Down

0 comments on commit 4e4ec12

Please sign in to comment.