liquid
liquid copied to clipboard
Hash syntax error
I can't figure out how to resolve this syntax error and it's only occurring when using hash.
Code: {% assign add_auth = hash "Authorization", authorization_header %}
Error: Liquid syntax error (line 57): Expected end_of_string but found string in "{{hash "Authorization", authorization_header }}"
Thanks in advance whoever helps.