Fix garageVersion case

This commit is contained in:
Quentin 2022-09-13 16:44:29 +02:00
parent 68927c7a7e
commit b40e6f0f8e
Signed by: quentin
GPG Key ID: E9602264D639FF68
2 changed files with 2 additions and 2 deletions

2
garage

@ -1 +1 @@
Subproject commit 37005e198cadd4e1bbb795b4fcfd64b49a51eb23
Subproject commit 5a7675cf7cda7c92e016a183cdc921ef97554759

View File

@ -102,7 +102,7 @@ class GetNodes200Response(ModelNormal):
attribute_map = {
'node': 'node', # noqa: E501
'garage_version': 'garage_version', # noqa: E501
'garage_version': 'garageVersion', # noqa: E501
'known_nodes': 'knownNodes', # noqa: E501
'layout': 'layout', # noqa: E501
}