Skip to content

Commit

Permalink
del old return line
Browse files Browse the repository at this point in the history
  • Loading branch information
forgxyz committed Mar 7, 2024
1 parent cd2355b commit 9619da8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions macros/python/udfs.sql
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,5 @@ def decode_hex_to_string(hex_string):
except Exception as e:
return str(e)

return decode_hex_to_string(hex_string)

$$;
{% endmacro %}

0 comments on commit 9619da8

Please sign in to comment.