Remove instance of the * operator in macro expr

This commit is contained in:
syeopite 2023-11-08 00:42:46 -08:00
parent 8525758583
commit 8ce91166d6
No known key found for this signature in database
GPG Key ID: A73C186DA3955A1A
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ end
# -------------------
macro error_json(*args)
error_json_helper(env, {{*args}})
error_json_helper(env, {{args.splat}})
end
def error_json_helper(