mirror of
https://gitea.invidious.io/iv-org/invidious.git
synced 2024-08-15 00:53:41 +00:00
Remove instance of the * operator in macro expr
This commit is contained in:
parent
8525758583
commit
8ce91166d6
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ end
|
||||||
# -------------------
|
# -------------------
|
||||||
|
|
||||||
macro error_json(*args)
|
macro error_json(*args)
|
||||||
error_json_helper(env, {{*args}})
|
error_json_helper(env, {{args.splat}})
|
||||||
end
|
end
|
||||||
|
|
||||||
def error_json_helper(
|
def error_json_helper(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue