liquid icon indicating copy to clipboard operation
liquid copied to clipboard

Hash syntax error

Open Charlie-GH112 opened this issue 1 year ago • 0 comments

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.

Charlie-GH112 avatar Dec 14 '24 20:12 Charlie-GH112