Swift: Use the right variable name in generated code
This commit is contained in:
Родитель
ea5960e000
Коммит
188e30df7e
|
@ -40,7 +40,7 @@ struct {{ obj.name|Camelize }}{{ suffix }}: EventExtras {
|
|||
{% for item in obj|attr(name) %}
|
||||
if let {{ item[0]|camelize }} = self.{{item[0]|camelize}} {
|
||||
keys.append({{ loop.index - 1 }})
|
||||
values.append(String(val))
|
||||
values.append(String({{ item[0]|camelize }}))
|
||||
}
|
||||
{% endfor %}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче