mirror of
https://gitea.invidious.io/iv-org/shard-crystal-db.git
synced 2024-08-15 00:53:32 +00:00
Fix one more potential naming collision
This commit is contained in:
parent
133b78fc28
commit
2b6e4efbeb
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ module DB
|
||||||
{% if value[:converter] %}
|
{% if value[:converter] %}
|
||||||
{{value[:converter]}}.from_rs(rs)
|
{{value[:converter]}}.from_rs(rs)
|
||||||
{% elsif value[:nilable] || value[:default] != nil %}
|
{% elsif value[:nilable] || value[:default] != nil %}
|
||||||
rs.read(::Union({{value[:type]}} | Nil))
|
rs.read(::Union(::{{value[:type]}} | Nil))
|
||||||
{% else %}
|
{% else %}
|
||||||
rs.read(::{{value[:type]}})
|
rs.read(::{{value[:type]}})
|
||||||
{% end %}
|
{% end %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue