Skip to content

Commit

Permalink
feat: Initial autogenerated FastAPI implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Drew Meyers committed Sep 3, 2024
1 parent f3a8011 commit c1825d4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app-cp/src/openapi_server/impl/processes_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ def execute(
response: str,
prefer: str,
) -> Execute200Response:
check_process_integrity(processId, new_process=False)

check_process_integrity(self.db, processId, new_process=True)
job_id = str(uuid.uuid4())
logical_date = datetime.now().strftime("%Y-%m-%dT%H:%M:%S.%fZ")
data = {
Expand Down

0 comments on commit c1825d4

Please sign in to comment.