Skip to content

Commit 93eacd7

Browse files
committed
fix(typing): switch order of computed_field and property
1 parent 7e9fd68 commit 93eacd7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

silverback/cluster/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ def start(self):
174174
response = self.cluster.put(f"/bots/{self.id}", json=dict(name=self.name))
175175
handle_error_with_response(response)
176176

177+
@property
177178
@computed_field
178179
def registry_credentials(self) -> RegistryCredentials | None:
179180
if self.registry_credentials_id:

0 commit comments

Comments
 (0)