diff options
| author | syeopite <syeopite@syeopite.dev> | 2023-11-08 00:42:46 -0800 |
|---|---|---|
| committer | syeopite <syeopite@syeopite.dev> | 2023-11-08 00:42:46 -0800 |
| commit | 8ce91166d66ff93a0ef791fcc7f53f7ae94f8271 (patch) | |
| tree | 8d8604fd1cc4074f2cbe7027badb32e1713fb2e3 /src | |
| parent | 85257585836b7062e3d6d0ddd29fb3d5f6570b49 (diff) | |
| download | invidious-8ce91166d66ff93a0ef791fcc7f53f7ae94f8271.tar.gz invidious-8ce91166d66ff93a0ef791fcc7f53f7ae94f8271.tar.bz2 invidious-8ce91166d66ff93a0ef791fcc7f53f7ae94f8271.zip | |
Remove instance of the * operator in macro expr
Diffstat (limited to 'src')
| -rw-r--r-- | src/invidious/helpers/errors.cr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/invidious/helpers/errors.cr b/src/invidious/helpers/errors.cr index a94a1991..70850063 100644 --- a/src/invidious/helpers/errors.cr +++ b/src/invidious/helpers/errors.cr @@ -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( |
