mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
Fix deprecation
This commit is contained in:
parent
774de634aa
commit
9eec7dad35
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ class HTTP::Server
|
|||
STORE_MAPPINGS = [Nil, String, Int32, Int64, Float64, Bool]
|
||||
|
||||
macro finished
|
||||
alias StoreTypes = Union({{ *STORE_MAPPINGS }})
|
||||
alias StoreTypes = Union({{ STORE_MAPPINGS.splat }})
|
||||
@store = {} of String => StoreTypes
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue