Revert "implement deployment id"

This reverts commit b107db98fa.
This commit is contained in:
Paul Gauthier 2023-12-06 09:20:53 -08:00
parent b107db98fa
commit 57ab2cc9da
8 changed files with 13 additions and 21 deletions

View file

@ -119,7 +119,7 @@ class GitRepo:
]
for model in models.Model.commit_message_models():
commit_message = simple_send_with_retries(self.client, model, messages)
commit_message = simple_send_with_retries(self.client, model.name, messages)
if commit_message:
break