forked from midou/invidious
Remove instance of the * operator in macro expr
This commit is contained in:
parent
8525758583
commit
8ce91166d6
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user