diff --git a/src/openhound_github/resources/organization.py b/src/openhound_github/resources/organization.py index 2ca7524..47dfa88 100644 --- a/src/openhound_github/resources/organization.py +++ b/src/openhound_github/resources/organization.py @@ -1051,7 +1051,7 @@ def workflows(repo: Repository, ctx: SourceContext): Workflow (Workflow): An active workflow record. """ - @dlt.defer + @app.defer def _workflow_file_contents( client: RESTClient, repo: Repository, workflow: dict[str, Any] ) -> dict | None: